#602707

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

Shades of Baker's Chocolate #602707

Tints of Baker's Chocolate #602707

Color information

#602707 (or 0x602707) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 07. RGB value is (96,39,7). Sum of RGB (Red+Green+Blue) = 96+39+7=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #602707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602707 is #9FD8F8. Grayscale: #343434. Windows color (decimal): -10475769 or 468832. OLE color: 468832.

HSL color Cylindrical-coordinate representation of color #602707: hue angle of 21.57º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #602707 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96397-
CMYK00.590.930.62
HSL21.57º86.41%20.2%-
HSV(B)21.57º92.71%37.65%-
XYZ5.593.950.67-
YUV52.4102.38159.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=67.61%
G=27.46%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639700.590.930.6221.5786.4120.2
Hex6027703B5D3E165614
Octal140477073135762612624
Binary11000001001111110111011101110111111010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602707; }

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

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

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

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

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

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

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

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