Html Css Color HEX #9F9699 Shady Lady

📋 copy color: '#9F9699'

red 159 ◦ green 150 ◦ blue 153

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

Shades of Shady Lady #9F9699

Tints of Shady Lady #9F9699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 34.42%
G = 32.47%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F9699 (or 0x9F9699) is known color: Shady Lady. HEX triplet: 9F, 96 and 99. RGB value is (159,150,153). Sum of RGB (Red+Green+Blue) = 159+150+153=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9699 is #606966. Grayscale: #999999. Windows color (decimal): -6318439 or 10065567. OLE color: 10065567.

HSL color Cylindrical-coordinate representation of color #9F9699: hue angle of 340º 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 #9F9699 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 153 -
CMYK 0 0.06 0.04 0.38
HSL 340º 0.04% 0.61% -
HSV(B) 340º 0.06% 0.62% -
XYZ 30.95 31.48 34.58 -
YUV 153.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 159 150 153 0 0.06 0.04 0.38 340 0.04 0.61
Hex 9F 96 99 0 6 4 26 154 4 3D
Octal 237 226 231 0 6 4 46 524 4 75
Binary 10011111 10010110 10011001 0 110 100 100110 101010100 100 111101

Color Harmonies of #9F9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9699

Black with #9F9699

Text Example


Text Example

White with #9F9699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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