#616053

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

Shades of Hemlock #616053

Tints of Hemlock #616053

Color information

#616053 (or 0x616053) is unknown color: approx Hemlock. HEX triplet: 61, 60 and 53. RGB value is (97,96,83). Sum of RGB (Red+Green+Blue) = 97+96+83=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #616053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616053 is #9E9FAC. Grayscale: #5E5E5E. Windows color (decimal): -10395565 or 5464161. OLE color: 5464161.

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

Color convert

RGB979683-
CMYK00.010.140.62
HSL55.71º7.78%35.29%-
HSV(B)55.71º14.43%38.04%-
XYZ10.6711.539.85-
YUV94.82121.33129.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=35.14%
G=34.78%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97968300.010.140.6255.717.7835.29
Hex61605301E3E38823
Octal141140123011676701043
Binary1100001110000010100110111101111101110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616053; }

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

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

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

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

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

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

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

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