#60604A

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

Shades of Hemlock #60604A

Tints of Hemlock #60604A

Color information

#60604A (or 0x60604A) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 4A. RGB value is (96,96,74). Sum of RGB (Red+Green+Blue) = 96+96+74=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60604A is #9F9FB5. Grayscale: #5D5D5D. Windows color (decimal): -10461110 or 4874336. OLE color: 4874336.

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

Color convert

RGB969674-
CMYK000.230.62
HSL60º12.94%33.33%-
HSV(B)60º22.92%37.65%-
XYZ10.2411.358.13-
YUV93.49117129.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=36.09%
G=36.09%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969674000.230.626012.9433.33
Hex60604A00173E3cd21
Octal140140112002776741541
Binary11000001100000100101000101111111101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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