#616155

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

Shades of Hemlock #616155

Tints of Hemlock #616155

Color information

#616155 (or 0x616155) is unknown color: approx Hemlock. HEX triplet: 61, 61 and 55. RGB value is (97,97,85). Sum of RGB (Red+Green+Blue) = 97+97+85=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616155 is #9E9EAA. Grayscale: #5F5F5F. Windows color (decimal): -10395307 or 5595489. OLE color: 5595489.

HSL color Cylindrical-coordinate representation of color #616155: hue angle of 60º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616155 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB979785-
CMYK000.120.62
HSL60º6.59%35.69%-
HSV(B)60º12.37%38.04%-
XYZ10.8411.7510.29-
YUV95.63122128.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=34.77%
G=34.77%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979785000.120.62606.5935.69
Hex61615500C3E3c724
Octal14114112500147674744
Binary110000111000011010101001100111110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616155; }

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

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

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

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

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

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

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

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