#616050

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

Shades of Hemlock #616050

Tints of Hemlock #616050

Color information

#616050 (or 0x616050) is unknown color: approx Hemlock. HEX triplet: 61, 60 and 50. RGB value is (97,96,80). Sum of RGB (Red+Green+Blue) = 97+96+80=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #616050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616050 is #9E9FAF. Grayscale: #5E5E5E. Windows color (decimal): -10395568 or 5267553. OLE color: 5267553.

HSL color Cylindrical-coordinate representation of color #616050: hue angle of 56.47º 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 #616050 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB979680-
CMYK00.010.180.62
HSL56.47º9.6%34.71%-
HSV(B)56.47º17.53%38.04%-
XYZ10.5611.499.25-
YUV94.48119.83129.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=35.53%
G=35.16%
B=29.30%

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
Decimal97968000.010.180.6256.479.634.71
Hex61605001123E38a23
Octal141140120012276701243
Binary11000011100000101000001100101111101110001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616050; }

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

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

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

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

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

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

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

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