#602509

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

Shades of Baker's Chocolate #602509

Tints of Baker's Chocolate #602509

Color information

#602509 (or 0x602509) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 09. RGB value is (96,37,9). Sum of RGB (Red+Green+Blue) = 96+37+9=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #602509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602509 is #9FDAF6. Grayscale: #333333. Windows color (decimal): -10476279 or 599392. OLE color: 599392.

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

Color convert

RGB96379-
CMYK00.610.910.62
HSL19.31º82.86%20.59%-
HSV(B)19.31º90.62%37.65%-
XYZ5.533.830.71-
YUV51.45104.05159.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=67.61%
G=26.06%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9637900.610.910.6219.3182.8620.59
Hex6025903D5B3E135315
Octal1404511075133762312325
Binary110000010010110010111101101101111111010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602509; }

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

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

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

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

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

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

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

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