Html Css Color HEX #9B9095 Shady Lady

📋 copy color: '#9B9095'

red 155 ◦ green 144 ◦ blue 149

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

Shades of Shady Lady #9B9095

Tints of Shady Lady #9B9095

RGB

 RED value IS 155 (60.94% from 255) = 34.6%

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

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

R = 34.6%
G = 32.14%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B9095 (or 0x9B9095) is known color: Shady Lady. HEX triplet: 9B, 90 and 95. RGB value is (155,144,149). Sum of RGB (Red+Green+Blue) = 155+144+149=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9095 is #646F6A. Grayscale: #939393. Windows color (decimal): -6582123 or 9801883. OLE color: 9801883.

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

Color convert

RGB 155 144 149 -
CMYK 0 0.07 0.04 0.39
HSL 332.73º 0.05% 0.59% -
HSV(B) 332.73º 0.07% 0.61% -
XYZ 28.92 29.09 32.52 -
YUV 147.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 155 144 149 0 0.07 0.04 0.39 332.73 0.05 0.59
Hex 9B 90 95 0 7 4 27 14D 5 3B
Octal 233 220 225 0 7 4 47 515 5 73
Binary 10011011 10010000 10010101 0 111 100 100111 101001101 101 111011

Color Harmonies of #9B9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9095

Black with #9B9095

Text Example


Text Example

White with #9B9095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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