#606056

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

Shades of Hemlock #606056

Tints of Hemlock #606056

Color information

#606056 (or 0x606056) is unknown color: approx Hemlock. HEX triplet: 60, 60 and 56. RGB value is (96,96,86). Sum of RGB (Red+Green+Blue) = 96+96+86=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606056 is #9F9FA9. Grayscale: #5E5E5E. Windows color (decimal): -10461098 or 5660768. OLE color: 5660768.

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

Color convert

RGB969686-
CMYK000.100.62
HSL60º5.49%35.69%-
HSV(B)60º10.42%37.65%-
XYZ10.6911.5210.47-
YUV94.86123128.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=34.53%
G=34.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969686000.100.62605.4935.69
Hex60605600A3E3c524
Octal14014012600127674544
Binary110000011000001010110001010111110111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606056; }

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

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

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

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

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

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

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

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