#66310D

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

Shades of Baker's Chocolate #66310D

Tints of Baker's Chocolate #66310D

Color information

#66310D (or 0x66310D) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 0D. RGB value is (102,49,13). Sum of RGB (Red+Green+Blue) = 102+49+13=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66310D is #99CEF2. Grayscale: #3C3C3C. Windows color (decimal): -10079987 or 864614. OLE color: 864614.

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

Color convert

RGB1024913-
CMYK00.520.870.6
HSL24.27º77.39%22.55%-
HSV(B)24.27º87.25%40%-
XYZ6.655.051.01-
YUV60.74101.06157.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=62.20%
G=29.88%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491300.520.870.624.2777.3922.55
Hex6631D034573C184d17
Octal1466115064127743011527
Binary110011011000111010110100101011111110011000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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