#66320C

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

Shades of Baker's Chocolate #66320C

Tints of Baker's Chocolate #66320C

Color information

#66320C (or 0x66320C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 32 and 0C. RGB value is (102,50,12). Sum of RGB (Red+Green+Blue) = 102+50+12=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66320C is #99CDF3. Grayscale: #3D3D3D. Windows color (decimal): -10079732 or 799334. OLE color: 799334.

HSL color Cylindrical-coordinate representation of color #66320C: hue angle of 25.33º 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 #66320C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1025012-
CMYK00.510.880.6
HSL25.33º78.95%22.35%-
HSV(B)25.33º88.24%40%-
XYZ6.695.130.99-
YUV61.22100.23157.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=62.20%
G=30.49%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102501200.510.880.625.3378.9522.35
Hex6632C033583C194f16
Octal1466214063130743111726
Binary110011011001011000110011101100011110011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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