#615F50

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

Shades of Hemlock #615F50

Tints of Hemlock #615F50

Color information

#615F50 (or 0x615F50) is unknown color: approx Hemlock. HEX triplet: 61, 5F and 50. RGB value is (97,95,80). Sum of RGB (Red+Green+Blue) = 97+95+80=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F50 is #9EA0AF. Grayscale: #5D5D5D. Windows color (decimal): -10395824 or 5267297. OLE color: 5267297.

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

Color convert

RGB979580-
CMYK00.020.180.62
HSL52.94º9.6%34.71%-
HSV(B)52.94º17.53%38.04%-
XYZ10.4711.39.22-
YUV93.89120.16130.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=35.66%
G=34.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97958000.020.180.6252.949.634.71
Hex615F5002123E35a23
Octal141137120022276651243
Binary110000110111111010000010100101111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F50; }

 p { color: rgb(97,95,80); }

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

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

 a { background-color: rgb(97,95,80); }

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

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

 span { border-color: rgb(97,95,80); }

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