#642B04

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

Shades of Baker's Chocolate #642B04

Tints of Baker's Chocolate #642B04

Color information

#642B04 (or 0x642B04) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2B and 04. RGB value is (100,43,4). Sum of RGB (Red+Green+Blue) = 100+43+4=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B04 is #9BD4FB. Grayscale: #373737. Windows color (decimal): -10212604 or 273252. OLE color: 273252.

HSL color Cylindrical-coordinate representation of color #642B04: hue angle of 24.38º 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 #642B04 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB100434-
CMYK00.570.960.61
HSL24.38º92.31%20.39%-
HSV(B)24.38º96%39.22%-
XYZ6.144.450.65-
YUV55.698.88159.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.03%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=68.03%
G=29.25%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10043400.570.960.6124.3892.3120.39
Hex642B4039603D185c14
Octal144534071140753013424
Binary11001001010111000111001110000011110111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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