#602409

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

Shades of Baker's Chocolate #602409

Tints of Baker's Chocolate #602409

Color information

#602409 (or 0x602409) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 09. RGB value is (96,36,9). Sum of RGB (Red+Green+Blue) = 96+36+9=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #602409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602409 is #9FDBF6. Grayscale: #333333. Windows color (decimal): -10476535 or 599136. OLE color: 599136.

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

Color convert

RGB96369-
CMYK00.620.910.62
HSL18.62º82.86%20.59%-
HSV(B)18.62º90.62%37.65%-
XYZ5.53.770.7-
YUV50.86104.38160.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=68.09%
G=25.53%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636900.620.910.6218.6282.8620.59
Hex6024903E5B3E135315
Octal1404411076133762312325
Binary110000010010010010111110101101111111010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602409; }

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

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

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

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

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

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

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

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