#642D06

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

Shades of Baker's Chocolate #642D06

Tints of Baker's Chocolate #642D06

Color information

#642D06 (or 0x642D06) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2D and 06. RGB value is (100,45,6). Sum of RGB (Red+Green+Blue) = 100+45+6=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #642D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D06 is #9BD2F9. Grayscale: #393939. Windows color (decimal): -10212090 or 404836. OLE color: 404836.

HSL color Cylindrical-coordinate representation of color #642D06: hue angle of 24.89º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #642D06 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100456-
CMYK00.550.940.61
HSL24.89º88.68%20.78%-
HSV(B)24.89º94%39.22%-
XYZ6.234.60.73-
YUV5799.22158.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=66.23%
G=29.80%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10045600.550.940.6124.8988.6820.78
Hex642D60375E3D195915
Octal144556067136753113125
Binary11001001011011100110111101111011110111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642D06; }

 p { color: rgb(100,45,6); }

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

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

 a { background-color: rgb(100,45,6); }

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

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

 span { border-color: rgb(100,45,6); }

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