Html Css Color HEX #999095 Shady Lady

📋 copy color: '#999095'

red 153 ◦ green 144 ◦ blue 149

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

Shades of Shady Lady #999095

Tints of Shady Lady #999095

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

 GREEN value IS 144 (56.64% from 255) = 32.29%

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 34.3%
G = 32.29%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#999095 (or 0x999095) is known color: Shady Lady. HEX triplet: 99, 90 and 95. RGB value is (153,144,149). Sum of RGB (Red+Green+Blue) = 153+144+149=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 153 - color contains mainly: red. Hex color #999095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999095 is #666F6A. Grayscale: #939393. Windows color (decimal): -6713195 or 9801881. OLE color: 9801881.

HSL color Cylindrical-coordinate representation of color #999095: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999095 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 149 -
CMYK 0 0.06 0.03 0.4
HSL 326.67º 0.04% 0.58% -
HSV(B) 326.67º 0.06% 0.6% -
XYZ 28.53 28.89 32.51 -
YUV 147.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 153 144 149 0 0.06 0.03 0.4 326.67 0.04 0.58
Hex 99 90 95 0 6 3 28 147 4 3A
Octal 231 220 225 0 6 3 50 507 4 72
Binary 10011001 10010000 10010101 0 110 11 101000 101000111 100 111010

Color Harmonies of #999095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999095

Black with #999095

Text Example


Text Example

White with #999095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999095; }

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

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

background-color css

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

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

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

border-color css

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

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

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