#616052

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

Shades of Hemlock #616052

Tints of Hemlock #616052

Color information

#616052 (or 0x616052) is unknown color: approx Hemlock. HEX triplet: 61, 60 and 52. RGB value is (97,96,82). Sum of RGB (Red+Green+Blue) = 97+96+82=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #616052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616052 is #9E9FAD. Grayscale: #5E5E5E. Windows color (decimal): -10395566 or 5398625. OLE color: 5398625.

HSL color Cylindrical-coordinate representation of color #616052: hue angle of 56º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616052 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB979682-
CMYK00.010.150.62
HSL56º8.38%35.1%-
HSV(B)56º15.46%38.04%-
XYZ10.6411.529.64-
YUV94.7120.83129.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=35.27%
G=34.91%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97968200.010.150.62568.3835.1
Hex61605201F3E38823
Octal141140122011776701043
Binary1100001110000010100100111111111101110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616052; }

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

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

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

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

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

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

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

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