Html Css Color HEX #616150 Hemlock

📋 copy color: '#616150'

red 97 ◦ green 97 ◦ blue 80

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

Shades of Hemlock #616150

Tints of Hemlock #616150

RGB

 RED value IS 97 (38.28% from 255) = 35.4%

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 35.4%
G = 35.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 97 97 80 -
CMYK 0 0 0.18 0.62
HSL 60º 0.1% 0.35% -
HSV(B) 60º 0.18% 0.38% -
XYZ 10.65 11.67 9.28 -
YUV 95.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 97 97 80 0 0 0.18 0.62 60 0.1 0.35
Hex 61 61 50 0 0 12 3E 3C A 23
Octal 141 141 120 0 0 22 76 74 12 43
Binary 1100001 1100001 1010000 0 0 10010 111110 111100 1010 100011

Color Harmonies of #616150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616150

Black with #616150

Text Example


Text Example

White with #616150

Text Example


Text Example

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