#602508

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

Shades of Baker's Chocolate #602508

Tints of Baker's Chocolate #602508

Color information

#602508 (or 0x602508) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 08. RGB value is (96,37,8). Sum of RGB (Red+Green+Blue) = 96+37+8=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #602508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602508 is #9FDAF7. Grayscale: #333333. Windows color (decimal): -10476280 or 533856. OLE color: 533856.

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

Color convert

RGB96378-
CMYK00.610.920.62
HSL19.77º84.62%20.39%-
HSV(B)19.77º91.67%37.65%-
XYZ5.533.830.68-
YUV51.34103.55159.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=68.09%
G=26.24%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9637800.610.920.6219.7784.6220.39
Hex6025803D5C3E145514
Octal1404510075134762412524
Binary110000010010110000111101101110011111010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602508; }

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

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

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

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

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

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

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

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