#602911

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

Shades of Baker's Chocolate #602911

Tints of Baker's Chocolate #602911

Color information

#602911 (or 0x602911) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 29 and 11. RGB value is (96,41,17). Sum of RGB (Red+Green+Blue) = 96+41+17=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602911 is #9FD6EE. Grayscale: #363636. Windows color (decimal): -10475247 or 1124704. OLE color: 1124704.

HSL color Cylindrical-coordinate representation of color #602911: hue angle of 18.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602911 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB964117-
CMYK00.570.820.62
HSL18.23º69.91%22.16%-
HSV(B)18.23º82.29%37.65%-
XYZ5.724.111.02-
YUV54.71106.72157.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=62.34%
G=26.62%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96411700.570.820.6218.2369.9122.16
Hex602911039523E124616
Octal1405121071122762210626
Binary1100000101001100010111001101001011111010010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602911; }

 p { color: rgb(96,41,17); }

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

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

 a { background-color: rgb(96,41,17); }

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

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

 span { border-color: rgb(96,41,17); }

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