#606057

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

Shades of Hemlock #606057

Tints of Hemlock #606057

Color information

#606057 (or 0x606057) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 57. RGB value is (96,96,87). Sum of RGB (Red+Green+Blue) = 96+96+87=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606057 is #9F9FA8. Grayscale: #5F5F5F. Windows color (decimal): -10461097 or 5726304. OLE color: 5726304.

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

Color convert

RGB969687-
CMYK000.090.62
HSL60º4.92%35.88%-
HSV(B)60º9.38%37.65%-
XYZ10.7311.5410.68-
YUV94.97123.5128.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=34.41%
G=34.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969687000.090.62604.9235.88
Hex6060570093E3c524
Octal14014012700117674544
Binary110000011000001010111001001111110111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606057; }

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

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

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

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

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

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

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

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