#642D18

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

Shades of Baker's Chocolate #642D18

Tints of Baker's Chocolate #642D18

Color information

#642D18 (or 0x642D18) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2D and 18. RGB value is (100,45,24). Sum of RGB (Red+Green+Blue) = 100+45+24=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #642D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D18 is #9BD2E7. Grayscale: #3B3B3B. Windows color (decimal): -10212072 or 1584484. OLE color: 1584484.

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

Color convert

RGB1004524-
CMYK00.550.760.61
HSL16.58º61.29%24.31%-
HSV(B)16.58º76%39.22%-
XYZ6.364.651.43-
YUV59.05108.22157.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.17%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=59.17%
G=26.63%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100452400.550.760.6116.5861.2924.31
Hex642D180374C3D113d18
Octal144553006711475217530
Binary110010010110111000011011110011001111011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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