Html Css Color HEX #9F9697 Shady Lady

📋 copy color: '#9F9697'

red 159 ◦ green 150 ◦ blue 151

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

Shades of Shady Lady #9F9697

Tints of Shady Lady #9F9697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.61%

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

R = 34.57%
G = 32.61%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F9697 (or 0x9F9697) is known color: Shady Lady. HEX triplet: 9F, 96 and 97. RGB value is (159,150,151). Sum of RGB (Red+Green+Blue) = 159+150+151=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9697 is #606968. Grayscale: #989898. Windows color (decimal): -6318441 or 9934495. OLE color: 9934495.

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

Color convert

RGB 159 150 151 -
CMYK 0 0.06 0.05 0.38
HSL 353.33º 0.04% 0.61% -
HSV(B) 353.33º 0.06% 0.62% -
XYZ 30.79 31.42 33.72 -
YUV 152.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 159 150 151 0 0.06 0.05 0.38 353.33 0.04 0.61
Hex 9F 96 97 0 6 5 26 161 4 3D
Octal 237 226 227 0 6 5 46 541 4 75
Binary 10011111 10010110 10010111 0 110 101 100110 101100001 100 111101

Color Harmonies of #9F9697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9697

Black with #9F9697

Text Example


Text Example

White with #9F9697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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