#602C10

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

Shades of Baker's Chocolate #602C10

Tints of Baker's Chocolate #602C10

Color information

#602C10 (or 0x602C10) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2C and 10. RGB value is (96,44,16). Sum of RGB (Red+Green+Blue) = 96+44+16=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C10 is #9FD3EF. Grayscale: #383838. Windows color (decimal): -10474480 or 1059936. OLE color: 1059936.

HSL color Cylindrical-coordinate representation of color #602C10: hue angle of 21º 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 #602C10 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB964416-
CMYK00.540.830.62
HSL21º71.43%21.96%-
HSV(B)21º83.33%37.65%-
XYZ5.824.331.02-
YUV56.36105.23156.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=61.54%
G=28.21%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96441600.540.830.622171.4321.96
Hex602C10036533E154716
Octal1405420066123762510726
Binary1100000101100100000110110101001111111010101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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