Html Css Color HEX #616050 Hemlock

📋 copy color: '#616050'

red 97 ◦ green 96 ◦ blue 80

#616050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #616050

Tints of Hemlock #616050

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.3%

R = 35.53%
G = 35.16%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#616050 (or 0x616050) is known color: 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

RGB 97 96 80 -
CMYK 0 0.01 0.18 0.62
HSL 56.47º 0.1% 0.35% -
HSV(B) 56.47º 0.18% 0.38% -
XYZ 10.56 11.49 9.25 -
YUV 94.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 97 96 80 0 0.01 0.18 0.62 56.47 0.1 0.35
Hex 61 60 50 0 1 12 3E 38 A 23
Octal 141 140 120 0 1 22 76 70 12 43
Binary 1100001 1100000 1010000 0 1 10010 111110 111000 1010 100011

Color Harmonies of #616050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616050

Black with #616050

Text Example


Text Example

White with #616050

Text Example


Text Example

HTML Codes & Css Web 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>