Html Css Color HEX #9F9599 Shady Lady

📋 copy color: '#9F9599'

red 159 ◦ green 149 ◦ blue 153

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

Shades of Shady Lady #9F9599

Tints of Shady Lady #9F9599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 34.49%
G = 32.32%
B = 33.19%

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

#9F9599 (or 0x9F9599) is known color: Shady Lady. HEX triplet: 9F, 95 and 99. RGB value is (159,149,153). Sum of RGB (Red+Green+Blue) = 159+149+153=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9599 is #606A66. Grayscale: #989898. Windows color (decimal): -6318695 or 10065311. OLE color: 10065311.

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

Color convert

RGB 159 149 153 -
CMYK 0 0.06 0.04 0.38
HSL 336º 0.05% 0.6% -
HSV(B) 336º 0.06% 0.62% -
XYZ 30.8 31.17 34.53 -
YUV 152.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 159 149 153 0 0.06 0.04 0.38 336 0.05 0.6
Hex 9F 95 99 0 6 4 26 150 5 3C
Octal 237 225 231 0 6 4 46 520 5 74
Binary 10011111 10010101 10011001 0 110 100 100110 101010000 101 111100

Color Harmonies of #9F9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9599

Black with #9F9599

Text Example


Text Example

White with #9F9599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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