#602710

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

Shades of Baker's Chocolate #602710

Tints of Baker's Chocolate #602710

Color information

#602710 (or 0x602710) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 10. RGB value is (96,39,16). Sum of RGB (Red+Green+Blue) = 96+39+16=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602710 is #9FD8EF. Grayscale: #353535. Windows color (decimal): -10475760 or 1058656. OLE color: 1058656.

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

Color convert

RGB963916-
CMYK00.590.830.62
HSL17.25º71.43%21.96%-
HSV(B)17.25º83.33%37.65%-
XYZ5.643.980.96-
YUV53.42106.88158.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=63.58%
G=25.83%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96391600.590.830.6217.2571.4321.96
Hex60271003B533E114716
Octal1404720073123762110726
Binary1100000100111100000111011101001111111010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602710; }

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

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

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

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

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

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

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

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