#642B09

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

Shades of Baker's Chocolate #642B09

Tints of Baker's Chocolate #642B09

Color information

#642B09 (or 0x642B09) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2B and 09. RGB value is (100,43,9). Sum of RGB (Red+Green+Blue) = 100+43+9=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #642B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B09 is #9BD4F6. Grayscale: #383838. Windows color (decimal): -10212599 or 600932. OLE color: 600932.

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

Color convert

RGB100439-
CMYK00.570.910.61
HSL22.42º83.49%21.37%-
HSV(B)22.42º91%39.22%-
XYZ6.174.460.79-
YUV56.17101.38159.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=65.79%
G=28.29%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10043900.570.910.6122.4283.4921.37
Hex642B90395B3D165315
Octal1445311071133752612325
Binary110010010101110010111001101101111110110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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