#C6601E

Color #C6601E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C6601E

Tints of Chocolate #C6601E

Color information

#C6601E (or 0xC6601E) is unknown color: approx Chocolate. HEX triplet: C6, 60 and 1E. RGB value is (198,96,30). Sum of RGB (Red+Green+Blue) = 198+96+30=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6601E is #399FE1. Grayscale: #777777. Windows color (decimal): -3776482 or 1990854. OLE color: 1990854.

HSL color Cylindrical-coordinate representation of color #C6601E: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6601E is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB1989630-
CMYK00.520.850.22
HSL23.57º73.68%44.71%-
HSV(B)23.57º84.85%77.65%-
XYZ27.7120.473.72-
YUV118.9777.79184.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 61.11%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=61.11%
G=29.63%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198963000.520.850.2223.5773.6844.71
HexC6601E0345516184a2d
Octal30614036064125263011255
Binary110001101100000111100110100101010110110110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6601E; }

 p { color: rgb(198,96,30); }

 H1.HeaderClassName
 {
   color: #C6601E;
 }
 .AnyTagClassName
 {
   color: #C6601E;
 }
</style>
background-color css

<style>
 a { background-color: #C6601E; }

 a { background-color: rgb(198,96,30); }

 div.DivClassName
 {
   background-color: #C6601E;
 }
 .BgClassName
 {
   background-color: #C6601E;
 }
</style>
border-color css

<style>
 span { border-color: #C6601E; }

 span { border-color: rgb(198,96,30); }

 td.TdClassName
 {
   border-color: #C6601E;
 }
 .TagClassName
 {
   border-color: #C6601E;
 }
</style>