Html Css Color HEX #9B969A Shady Lady

📋 copy color: '#9B969A'

red 155 ◦ green 150 ◦ blue 154

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

Shades of Shady Lady #9B969A

Tints of Shady Lady #9B969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 33.77%
G = 32.68%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B969A (or 0x9B969A) is known color: Shady Lady. HEX triplet: 9B, 96 and 9A. RGB value is (155,150,154). Sum of RGB (Red+Green+Blue) = 155+150+154=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 155 - color contains mainly: red. Hex color #9B969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969A is #646965. Grayscale: #979797. Windows color (decimal): -6580582 or 10131099. OLE color: 10131099.

HSL color Cylindrical-coordinate representation of color #9B969A: hue angle of 312º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B969A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 154 -
CMYK 0 0.03 0.01 0.39
HSL 312º 0.02% 0.6% -
HSV(B) 312º 0.03% 0.61% -
XYZ 30.26 31.11 34.98 -
YUV 151.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 155 150 154 0 0.03 0.01 0.39 312 0.02 0.6
Hex 9B 96 9A 0 3 1 27 138 2 3C
Octal 233 226 232 0 3 1 47 470 2 74
Binary 10011011 10010110 10011010 0 11 1 100111 100111000 10 111100

Color Harmonies of #9B969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B969A

Black with #9B969A

Text Example


Text Example

White with #9B969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,154); }

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

background-color css

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

 a { background-color: rgb(155,150,154); }

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

border-color css

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

 span { border-color: rgb(155,150,154); }

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