#642209

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

Shades of Baker's Chocolate #642209

Tints of Baker's Chocolate #642209

Color information

#642209 (or 0x642209) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 22 and 09. RGB value is (100,34,9). Sum of RGB (Red+Green+Blue) = 100+34+9=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #642209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642209 is #9BDDF6. Grayscale: #333333. Windows color (decimal): -10214903 or 598628. OLE color: 598628.

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

Color convert

RGB100349-
CMYK00.660.910.61
HSL16.48º83.49%21.37%-
HSV(B)16.48º91%39.22%-
XYZ5.883.870.7-
YUV50.88104.37163.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.93%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=69.93%
G=23.78%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10034900.660.910.6116.4883.4921.37
Hex642290425B3D105315
Octal14442110102133752012325
Binary1100100100010100101000010101101111110110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642209; }

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

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

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

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

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

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

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

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