#66310B

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

Shades of Baker's Chocolate #66310B

Tints of Baker's Chocolate #66310B

Color information

#66310B (or 0x66310B) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 0B. RGB value is (102,49,11). Sum of RGB (Red+Green+Blue) = 102+49+11=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66310B is #99CEF4. Grayscale: #3C3C3C. Windows color (decimal): -10079989 or 733542. OLE color: 733542.

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

Color convert

RGB1024911-
CMYK00.520.890.6
HSL25.05º80.53%22.16%-
HSV(B)25.05º89.22%40%-
XYZ6.645.050.94-
YUV60.51100.06157.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=62.96%
G=30.25%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491100.520.890.625.0580.5322.16
Hex6631B034593C195116
Octal1466113064131743112126
Binary110011011000110110110100101100111110011001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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