#616150

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

Shades of Hemlock #616150

Tints of Hemlock #616150

Color information

#616150 (or 0x616150) is unknown color: approx Hemlock. HEX triplet: 61, 61 and 50. RGB value is (97,97,80). Sum of RGB (Red+Green+Blue) = 97+97+80=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616150 is #9E9EAF. Grayscale: #5F5F5F. Windows color (decimal): -10395312 or 5267809. OLE color: 5267809.

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

Color convert

RGB979780-
CMYK000.180.62
HSL60º9.6%34.71%-
HSV(B)60º17.53%38.04%-
XYZ10.6511.679.28-
YUV95.06119.5129.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=35.40%
G=35.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979780000.180.62609.634.71
Hex61615000123E3ca23
Octal141141120002276741243
Binary11000011100001101000000100101111101111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616150; }

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

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

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

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

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

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

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

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