#602E09

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

Shades of Baker's Chocolate #602E09

Tints of Baker's Chocolate #602E09

Color information

#602E09 (or 0x602E09) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 09. RGB value is (96,46,9). Sum of RGB (Red+Green+Blue) = 96+46+9=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E09 is #9FD1F6. Grayscale: #383838. Windows color (decimal): -10473975 or 601696. OLE color: 601696.

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

Color convert

RGB96469-
CMYK00.520.910.62
HSL25.52º82.86%20.59%-
HSV(B)25.52º90.62%37.65%-
XYZ5.854.460.81-
YUV56.73101.06156.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=63.58%
G=30.46%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9646900.520.910.6225.5282.8620.59
Hex602E90345B3E1a5315
Octal1405611064133763212325
Binary110000010111010010110100101101111111011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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