#9B917E

Color #9B917E Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #9B917E

Tints of Heathered Grey #9B917E

Color information

#9B917E (or 0x9B917E) is unknown color: approx Heathered Grey. HEX triplet: 9B, 91 and 7E. RGB value is (155,145,126). Sum of RGB (Red+Green+Blue) = 155+145+126=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B917E is #646E81. Grayscale: #919191. Windows color (decimal): -6581890 or 8294811. OLE color: 8294811.

HSL color Cylindrical-coordinate representation of color #9B917E: hue angle of 39.31º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B917E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB155145126-
CMYK00.060.190.39
HSL39.31º12.66%55.1%-
HSV(B)39.31º18.71%60.78%-
XYZ27.4128.7323.84-
YUV145.82116.81134.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=36.38%
G=34.04%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514512600.060.190.3939.3112.6655.1
Hex9B917E06132727d37
Octal233221176062347471567
Binary100110111001000111111100110100111001111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,145,126); }

 H1.HeaderClassName
 {
   color: #9B917E;
 }
 .AnyTagClassName
 {
   color: #9B917E;
 }
</style>
background-color css

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

 a { background-color: rgb(155,145,126); }

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

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

 span { border-color: rgb(155,145,126); }

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