#602B10

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

Shades of Baker's Chocolate #602B10

Tints of Baker's Chocolate #602B10

Color information

#602B10 (or 0x602B10) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2B and 10. RGB value is (96,43,16). Sum of RGB (Red+Green+Blue) = 96+43+16=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B10 is #9FD4EF. Grayscale: #373737. Windows color (decimal): -10474736 or 1059680. OLE color: 1059680.

HSL color Cylindrical-coordinate representation of color #602B10: hue angle of 20.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602B10 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB964316-
CMYK00.550.830.62
HSL20.25º71.43%21.96%-
HSV(B)20.25º83.33%37.65%-
XYZ5.784.251.01-
YUV55.77105.56156.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=61.94%
G=27.74%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96431600.550.830.6220.2571.4321.96
Hex602B10037533E144716
Octal1405320067123762410726
Binary1100000101011100000110111101001111111010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,16); }

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

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

 a { background-color: rgb(96,43,16); }

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

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

 span { border-color: rgb(96,43,16); }

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