#642D04

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

Shades of Baker's Chocolate #642D04

Tints of Baker's Chocolate #642D04

Color information

#642D04 (or 0x642D04) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2D and 04. RGB value is (100,45,4). Sum of RGB (Red+Green+Blue) = 100+45+4=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D04 is #9BD2FB. Grayscale: #383838. Windows color (decimal): -10212092 or 273764. OLE color: 273764.

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

Color convert

RGB100454-
CMYK00.550.960.61
HSL25.62º92.31%20.39%-
HSV(B)25.62º96%39.22%-
XYZ6.224.590.67-
YUV56.7798.22158.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=67.11%
G=30.20%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10045400.550.960.6125.6292.3120.39
Hex642D4037603D1a5c14
Octal144554067140753213424
Binary11001001011011000110111110000011110111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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