Html Css Color HEX #615F50 Hemlock

📋 copy color: '#615F50'

red 97 ◦ green 95 ◦ blue 80

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

Shades of Hemlock #615F50

Tints of Hemlock #615F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 35.66%
G = 34.93%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#615F50 (or 0x615F50) is known color: Hemlock. HEX triplet: 61, 5F and 50. RGB value is (97,95,80). Sum of RGB (Red+Green+Blue) = 97+95+80=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F50 is #9EA0AF. Grayscale: #5D5D5D. Windows color (decimal): -10395824 or 5267297. OLE color: 5267297.

HSL color Cylindrical-coordinate representation of color #615F50: hue angle of 52.94º 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 #615F50 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 80 -
CMYK 0 0.02 0.18 0.62
HSL 52.94º 0.1% 0.35% -
HSV(B) 52.94º 0.18% 0.38% -
XYZ 10.47 11.3 9.22 -
YUV 93.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 97 95 80 0 0.02 0.18 0.62 52.94 0.1 0.35
Hex 61 5F 50 0 2 12 3E 35 A 23
Octal 141 137 120 0 2 22 76 65 12 43
Binary 1100001 1011111 1010000 0 10 10010 111110 110101 1010 100011

Color Harmonies of #615F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F50

Black with #615F50

Text Example


Text Example

White with #615F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F50; }

 p { color: rgb(97,95,80); }

 H1.HeaderClassName
 {
   color: #615F50;
 }
 .AnyTagClassName
 {
   color: #615F50;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #615F50;
 }
 .BgClassName
 {
   background-color: #615F50;
 }
</style>

border-color css

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

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

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