#602808

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

Shades of Baker's Chocolate #602808

Tints of Baker's Chocolate #602808

Color information

#602808 (or 0x602808) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 28 and 08. RGB value is (96,40,8). Sum of RGB (Red+Green+Blue) = 96+40+8=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #602808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602808 is #9FD7F7. Grayscale: #353535. Windows color (decimal): -10475512 or 534624. OLE color: 534624.

HSL color Cylindrical-coordinate representation of color #602808: hue angle of 21.82º 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 #602808 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB96408-
CMYK00.580.920.62
HSL21.82º84.62%20.39%-
HSV(B)21.82º91.67%37.65%-
XYZ5.634.020.71-
YUV53.1102.55158.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9640800.580.920.6221.8284.6220.39
Hex6028803A5C3E165514
Octal1405010072134762612524
Binary110000010100010000111010101110011111010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602808; }

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

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

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

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

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

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

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

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