#C66B1A

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

Shades of Chocolate #C66B1A

Tints of Chocolate #C66B1A

Color information

#C66B1A (or 0xC66B1A) is unknown color: approx Chocolate. HEX triplet: C6, 6B and 1A. RGB value is (198,107,26). Sum of RGB (Red+Green+Blue) = 198+107+26=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B1A is #3994E5. Grayscale: #7D7D7D. Windows color (decimal): -3773670 or 1731526. OLE color: 1731526.

HSL color Cylindrical-coordinate representation of color #C66B1A: hue angle of 28.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C66B1A is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19810726-
CMYK00.460.870.22
HSL28.26º76.79%43.92%-
HSV(B)28.26º86.87%77.65%-
XYZ28.7322.63.82-
YUV124.9872.15180.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=59.82%
G=32.33%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981072600.460.870.2228.2676.7943.92
HexC66B1A02E57161c4d2c
Octal30615332056127263411554
Binary110001101101011110100101110101011110110111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B1A; }

 p { color: rgb(198,107,26); }

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

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

 a { background-color: rgb(198,107,26); }

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

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

 span { border-color: rgb(198,107,26); }

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