#9B9081

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

Shades of Heathered Grey #9B9081

Tints of Heathered Grey #9B9081

Color information

#9B9081 (or 0x9B9081) is unknown color: approx Heathered Grey. HEX triplet: 9B, 90 and 81. RGB value is (155,144,129). Sum of RGB (Red+Green+Blue) = 155+144+129=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9081 is #646F7E. Grayscale: #919191. Windows color (decimal): -6582143 or 8491163. OLE color: 8491163.

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

Color convert

RGB155144129-
CMYK00.070.170.39
HSL34.62º11.5%55.69%-
HSV(B)34.62º16.77%60.78%-
XYZ27.4528.524.82-
YUV145.58118.64134.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=36.21%
G=33.64%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514412900.070.170.3934.6211.555.69
Hex9B908107112723c38
Octal233220201072147431470
Binary1001101110010000100000010111100011001111000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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