#642206

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

Shades of Baker's Chocolate #642206

Tints of Baker's Chocolate #642206

Color information

#642206 (or 0x642206) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 22 and 06. RGB value is (100,34,6). Sum of RGB (Red+Green+Blue) = 100+34+6=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #642206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642206 is #9BDDF9. Grayscale: #323232. Windows color (decimal): -10214906 or 402020. OLE color: 402020.

HSL color Cylindrical-coordinate representation of color #642206: hue angle of 17.87º 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 #642206 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100346-
CMYK00.660.940.61
HSL17.87º88.68%20.78%-
HSV(B)17.87º94%39.22%-
XYZ5.863.870.61-
YUV50.54102.87163.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=71.43%
G=24.29%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10034600.660.940.6117.8788.6820.78
Hex642260425E3D125915
Octal1444260102136752213125
Binary110010010001011001000010101111011110110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642206; }

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

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

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

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

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

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

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

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