#602A08

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

Shades of Baker's Chocolate #602A08

Tints of Baker's Chocolate #602A08

Color information

#602A08 (or 0x602A08) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2A and 08. RGB value is (96,42,8). Sum of RGB (Red+Green+Blue) = 96+42+8=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A08 is #9FD5F7. Grayscale: #363636. Windows color (decimal): -10475000 or 535136. OLE color: 535136.

HSL color Cylindrical-coordinate representation of color #602A08: hue angle of 23.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #602A08 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB96428-
CMYK00.560.920.62
HSL23.18º84.62%20.39%-
HSV(B)23.18º91.67%37.65%-
XYZ5.74.160.73-
YUV54.27101.89157.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=65.75%
G=28.77%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642800.560.920.6223.1884.6220.39
Hex602A80385C3E175514
Octal1405210070134762712524
Binary110000010101010000111000101110011111010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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