#602611

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

Shades of Baker's Chocolate #602611

Tints of Baker's Chocolate #602611

Color information

#602611 (or 0x602611) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 26 and 11. RGB value is (96,38,17). Sum of RGB (Red+Green+Blue) = 96+38+17=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602611 is #9FD9EE. Grayscale: #353535. Windows color (decimal): -10476015 or 1123936. OLE color: 1123936.

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

Color convert

RGB963817-
CMYK00.600.820.62
HSL15.95º69.91%22.16%-
HSV(B)15.95º82.29%37.65%-
XYZ5.623.910.99-
YUV52.95107.72158.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=63.58%
G=25.17%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96381700.600.820.6215.9569.9122.16
Hex60261103C523E104616
Octal1404621074122762010626
Binary1100000100110100010111100101001011111010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602611; }

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

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

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

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

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

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

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

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