#60604B

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

Shades of Hemlock #60604B

Tints of Hemlock #60604B

Color information

#60604B (or 0x60604B) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 4B. RGB value is (96,96,75). Sum of RGB (Red+Green+Blue) = 96+96+75=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60604B is #9F9FB4. Grayscale: #5D5D5D. Windows color (decimal): -10461109 or 4939872. OLE color: 4939872.

HSL color Cylindrical-coordinate representation of color #60604B: 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.22%. Process color model (Four color, CMYK) of #60604B is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB969675-
CMYK000.220.62
HSL60º12.28%33.53%-
HSV(B)60º21.88%37.65%-
XYZ10.2811.368.31-
YUV93.61117.5129.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=35.96%
G=35.96%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969675000.220.626012.2833.53
Hex60604B00163E3cc22
Octal140140113002676741442
Binary11000001100000100101100101101111101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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