Html Css Color HEX #9F9397 Shady Lady

📋 copy color: '#9F9397'

red 159 ◦ green 147 ◦ blue 151

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

Shades of Shady Lady #9F9397

Tints of Shady Lady #9F9397

RGB

 RED value IS 159 (62.5% from 255) = 34.79%

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 34.79%
G = 32.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F9397 (or 0x9F9397) is known color: Shady Lady. HEX triplet: 9F, 93 and 97. RGB value is (159,147,151). Sum of RGB (Red+Green+Blue) = 159+147+151=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9397 is #606C68. Grayscale: #979797. Windows color (decimal): -6319209 or 9933727. OLE color: 9933727.

HSL color Cylindrical-coordinate representation of color #9F9397: hue angle of 340º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9397 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 147 151 -
CMYK 0 0.08 0.05 0.38
HSL 340º 0.06% 0.6% -
HSV(B) 340º 0.08% 0.62% -
XYZ 30.32 30.47 33.56 -
YUV 151.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 159 147 151 0 0.08 0.05 0.38 340 0.06 0.6
Hex 9F 93 97 0 8 5 26 154 6 3C
Octal 237 223 227 0 10 5 46 524 6 74
Binary 10011111 10010011 10010111 0 1000 101 100110 101010100 110 111100

Color Harmonies of #9F9397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9397

Black with #9F9397

Text Example


Text Example

White with #9F9397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9397; }

 p { color: rgb(159,147,151); }

 H1.HeaderClassName
 {
   color: #9F9397;
 }
 .AnyTagClassName
 {
   color: #9F9397;
 }
</style>

background-color css

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

 a { background-color: rgb(159,147,151); }

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

border-color css

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

 span { border-color: rgb(159,147,151); }

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