#606055

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

Shades of Hemlock #606055

Tints of Hemlock #606055

Color information

#606055 (or 0x606055) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 55. RGB value is (96,96,85). Sum of RGB (Red+Green+Blue) = 96+96+85=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606055 is #9F9FAA. Grayscale: #5E5E5E. Windows color (decimal): -10461099 or 5595232. OLE color: 5595232.

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

Color convert

RGB969685-
CMYK000.110.62
HSL60º6.08%35.49%-
HSV(B)60º11.46%37.65%-
XYZ10.6511.5110.25-
YUV94.75122.5128.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=34.66%
G=34.66%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969685000.110.62606.0835.49
Hex60605500B3E3c623
Octal14014012500137674643
Binary110000011000001010101001011111110111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606055; }

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

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

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

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

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

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

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

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