#642806

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

Shades of Baker's Chocolate #642806

Tints of Baker's Chocolate #642806

Color information

#642806 (or 0x642806) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 28 and 06. RGB value is (100,40,6). Sum of RGB (Red+Green+Blue) = 100+40+6=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #642806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642806 is #9BD7F9. Grayscale: #363636. Windows color (decimal): -10213370 or 403556. OLE color: 403556.

HSL color Cylindrical-coordinate representation of color #642806: hue angle of 21.7º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #642806 is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100406-
CMYK00.60.940.61
HSL21.7º88.68%20.78%-
HSV(B)21.7º94%39.22%-
XYZ6.054.240.67-
YUV54.06100.88160.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=68.49%
G=27.40%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10040600.60.940.6121.788.6820.78
Hex6428603C5E3D165915
Octal144506074136752613125
Binary11001001010001100111100101111011110110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642806; }

 p { color: rgb(100,40,6); }

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

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

 a { background-color: rgb(100,40,6); }

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

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

 span { border-color: rgb(100,40,6); }

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