#602609

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

Shades of Baker's Chocolate #602609

Tints of Baker's Chocolate #602609

Color information

#602609 (or 0x602609) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 26 and 09. RGB value is (96,38,9). Sum of RGB (Red+Green+Blue) = 96+38+9=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602609 is #9FD9F6. Grayscale: #343434. Windows color (decimal): -10476023 or 599648. OLE color: 599648.

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

Color convert

RGB96389-
CMYK00.600.910.62
HSL20º82.86%20.59%-
HSV(B)20º90.62%37.65%-
XYZ5.573.890.72-
YUV52.04103.72159.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=67.13%
G=26.57%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638900.600.910.622082.8620.59
Hex6026903C5B3E145315
Octal1404611074133762412325
Binary110000010011010010111100101101111111010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602609; }

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

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

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

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

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

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

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

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