#602D16

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

Shades of Baker's Chocolate #602D16

Tints of Baker's Chocolate #602D16

Color information

#602D16 (or 0x602D16) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2D and 16. RGB value is (96,45,22). Sum of RGB (Red+Green+Blue) = 96+45+22=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #602D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D16 is #9FD2E9. Grayscale: #393939. Windows color (decimal): -10474218 or 1453408. OLE color: 1453408.

HSL color Cylindrical-coordinate representation of color #602D16: hue angle of 18.65º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602D16 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB964522-
CMYK00.530.770.62
HSL18.65º62.71%23.14%-
HSV(B)18.65º77.08%37.65%-
XYZ5.914.421.3-
YUV57.63107.9155.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=58.90%
G=27.61%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96452200.530.770.6218.6562.7123.14
Hex602D160354D3E133f17
Octal140552606511576237727
Binary110000010110110110011010110011011111101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D16; }

 p { color: rgb(96,45,22); }

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

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

 a { background-color: rgb(96,45,22); }

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

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

 span { border-color: rgb(96,45,22); }

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