#602209

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

Shades of Baker's Chocolate #602209

Tints of Baker's Chocolate #602209

Color information

#602209 (or 0x602209) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 22 and 09. RGB value is (96,34,9). Sum of RGB (Red+Green+Blue) = 96+34+9=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602209 is #9FDDF6. Grayscale: #313131. Windows color (decimal): -10477047 or 598624. OLE color: 598624.

HSL color Cylindrical-coordinate representation of color #602209: hue angle of 17.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #602209 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96349-
CMYK00.650.910.62
HSL17.24º82.86%20.59%-
HSV(B)17.24º90.62%37.65%-
XYZ5.453.650.68-
YUV49.69105.04161.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=69.06%
G=24.46%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9634900.650.910.6217.2482.8620.59
Hex602290415B3E115315
Octal14042110101133762112325
Binary1100000100010100101000001101101111111010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602209; }

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

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

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

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

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

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

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

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