#60604C

Color #60604C Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #60604C

Tints of Hemlock #60604C

Color information

#60604C (or 0x60604C) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 4C. RGB value is (96,96,76). Sum of RGB (Red+Green+Blue) = 96+96+76=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60604C is #9F9FB3. Grayscale: #5D5D5D. Windows color (decimal): -10461108 or 5005408. OLE color: 5005408.

HSL color Cylindrical-coordinate representation of color #60604C: hue angle of 60º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60604C is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB969676-
CMYK000.210.62
HSL60º11.63%33.73%-
HSV(B)60º20.83%37.65%-
XYZ10.3111.378.49-
YUV93.72118129.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=35.82%
G=35.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969676000.210.626011.6333.73
Hex60604C00153E3cc22
Octal140140114002576741442
Binary11000001100000100110000101011111101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60604C; }

 p { color: rgb(96,96,76); }

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

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

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

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

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

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

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