#908981

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

Shades of Heathered Grey #908981

Tints of Heathered Grey #908981

Color information

#908981 (or 0x908981) is unknown color: approx Heathered Grey. HEX triplet: 90, 89 and 81. RGB value is (144,137,129). Sum of RGB (Red+Green+Blue) = 144+137+129=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908981 is #6F767E. Grayscale: #8A8A8A. Windows color (decimal): -7304831 or 8489360. OLE color: 8489360.

HSL color Cylindrical-coordinate representation of color #908981: hue angle of 32º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908981 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144137129-
CMYK00.050.100.44
HSL32º6.33%53.53%-
HSV(B)32º10.42%56.47%-
XYZ24.4125.4124.39-
YUV138.18122.82132.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=35.12%
G=33.41%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413712900.050.100.44326.3353.53
Hex90898105A2C20636
Octal22021120105125440666
Binary10010000100010011000000101011010101100100000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908981; }

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

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

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

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

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

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

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

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