#605F51

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

Shades of Hemlock #605F51

Tints of Hemlock #605F51

Color information

#605F51 (or 0x605F51) is unknown color: approx Hemlock. HEX triplet: 60, 5F and 51. RGB value is (96,95,81). Sum of RGB (Red+Green+Blue) = 96+95+81=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #605F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F51 is #9FA0AE. Grayscale: #5D5D5D. Windows color (decimal): -10461359 or 5332832. OLE color: 5332832.

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

Color convert

RGB969581-
CMYK00.010.160.62
HSL56º8.47%34.71%-
HSV(B)56º15.62%37.65%-
XYZ10.411.279.41-
YUV93.7120.83129.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=35.29%
G=34.93%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96958100.010.160.62568.4734.71
Hex605F5101103E38823
Octal140137121012076701043
Binary11000001011111101000101100001111101110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F51; }

 p { color: rgb(96,95,81); }

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

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

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

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

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

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

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