#605F4F

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

Shades of Hemlock #605F4F

Tints of Hemlock #605F4F

Color information

#605F4F (or 0x605F4F) is unknown color: approx Hemlock. HEX triplet: 60, 5F and 4F. RGB value is (96,95,79). Sum of RGB (Red+Green+Blue) = 96+95+79=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F4F is #9FA0B0. Grayscale: #5D5D5D. Windows color (decimal): -10461361 or 5201760. OLE color: 5201760.

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

Color convert

RGB969579-
CMYK00.010.180.62
HSL56.47º9.71%34.31%-
HSV(B)56.47º17.71%37.65%-
XYZ10.3311.249.02-
YUV93.48119.83129.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=35.56%
G=35.19%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96957900.010.180.6256.479.7134.31
Hex605F4F01123E38a22
Octal140137117012276701242
Binary11000001011111100111101100101111101110001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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