#66310C

Color #66310C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #66310C

Tints of Baker's Chocolate #66310C

Color information

#66310C (or 0x66310C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 0C. RGB value is (102,49,12). Sum of RGB (Red+Green+Blue) = 102+49+12=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66310C is #99CEF3. Grayscale: #3C3C3C. Windows color (decimal): -10079988 or 799078. OLE color: 799078.

HSL color Cylindrical-coordinate representation of color #66310C: hue angle of 24.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66310C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1024912-
CMYK00.520.880.6
HSL24.67º78.95%22.35%-
HSV(B)24.67º88.24%40%-
XYZ6.645.050.97-
YUV60.63100.56157.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=62.58%
G=30.06%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491200.520.880.624.6778.9522.35
Hex6631C034583C194f16
Octal1466114064130743111726
Binary110011011000111000110100101100011110011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66310C; }

 p { color: rgb(102,49,12); }

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

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

 a { background-color: rgb(102,49,12); }

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

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

 span { border-color: rgb(102,49,12); }

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