#60604D

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

Shades of Hemlock #60604D

Tints of Hemlock #60604D

Color information

#60604D (or 0x60604D) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 4D. RGB value is (96,96,77). Sum of RGB (Red+Green+Blue) = 96+96+77=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60604D is #9F9FB2. Grayscale: #5D5D5D. Windows color (decimal): -10461107 or 5070944. OLE color: 5070944.

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

Color convert

RGB969677-
CMYK000.200.62
HSL60º10.98%33.92%-
HSV(B)60º19.79%37.65%-
XYZ10.3511.398.67-
YUV93.83118.5129.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=35.69%
G=35.69%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969677000.200.626010.9833.92
Hex60604D00143E3cb22
Octal140140115002476741342
Binary11000001100000100110100101001111101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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