#602A09

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

Shades of Baker's Chocolate #602A09

Tints of Baker's Chocolate #602A09

Color information

#602A09 (or 0x602A09) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2A and 09. RGB value is (96,42,9). Sum of RGB (Red+Green+Blue) = 96+42+9=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #602A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A09 is #9FD5F6. Grayscale: #363636. Windows color (decimal): -10474999 or 600672. OLE color: 600672.

HSL color Cylindrical-coordinate representation of color #602A09: hue angle of 22.76º 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 #602A09 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96429-
CMYK00.560.910.62
HSL22.76º82.86%20.59%-
HSV(B)22.76º90.62%37.65%-
XYZ5.74.160.76-
YUV54.38102.39157.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=65.31%
G=28.57%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642900.560.910.6222.7682.8620.59
Hex602A90385B3E175315
Octal1405211070133762712325
Binary110000010101010010111000101101111111010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A09; }

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

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

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

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

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

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

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

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