#642b0c

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

Shades of Baker's Chocolate #642B0C

Tints of Baker's Chocolate #642B0C

Color information

#642B0C (or 0x642B0C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2B and 0C. RGB value is (100,43,12). Sum of RGB (Red+Green+Blue) = 100+43+12=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #642B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B0C is #9BD4F3. Grayscale: #383838. Windows color (decimal): -10212596 or 797540. OLE color: 797540.

HSL color Cylindrical-coordinate representation of color #642B0C: hue angle of 21.14º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #642B0C is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB1004312-
CMYK00.570.880.61
HSL21.14º78.57%21.96%-
HSV(B)21.14º88%39.22%-
XYZ6.194.460.88-
YUV56.51102.88159.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.52%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=64.52%
G=27.74%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100431200.570.880.6121.1478.5721.96
Hex642BC039583D154f16
Octal1445314071130752511726
Binary110010010101111000111001101100011110110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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