#C66B0B

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

Shades of Chocolate #C66B0B

Tints of Chocolate #C66B0B

Color information

#C66B0B (or 0xC66B0B) is unknown color: approx Chocolate. HEX triplet: C6, 6B and 0B. RGB value is (198,107,11). Sum of RGB (Red+Green+Blue) = 198+107+11=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66B0B is #3994F4. Grayscale: #7B7B7B. Windows color (decimal): -3773685 or 748486. OLE color: 748486.

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

Color convert

RGB19810711-
CMYK00.460.940.22
HSL30.8º89.47%40.98%-
HSV(B)30.8º94.44%77.65%-
XYZ28.6122.553.16-
YUV123.2664.65181.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 11 (4.69% from 255) = 3.48%
R=62.66%
G=33.86%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981071100.460.940.2230.889.4740.98
HexC66BB02E5E161f5929
Octal30615313056136263713151
Binary11000110110101110110101110101111010110111111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B0B; }

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

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

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

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

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

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

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

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