#908D83

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

Shades of Heathered Grey #908D83

Tints of Heathered Grey #908D83

Color information

#908D83 (or 0x908D83) is unknown color: approx Heathered Grey. HEX triplet: 90, 8D and 83. RGB value is (144,141,131). Sum of RGB (Red+Green+Blue) = 144+141+131=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #908D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D83 is #6F727C. Grayscale: #8C8C8C. Windows color (decimal): -7303805 or 8621456. OLE color: 8621456.

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

Color convert

RGB144141131-
CMYK00.020.090.44
HSL46.15º5.53%53.92%-
HSV(B)46.15º9.03%56.47%-
XYZ25.1226.6225.29-
YUV140.76122.49130.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=34.62%
G=33.89%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414113100.020.090.4446.155.5353.92
Hex908D830292C2e636
Octal22021520302115456666
Binary1001000010001101100000110101001101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D83; }

 p { color: rgb(144,141,131); }

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

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

 a { background-color: rgb(144,141,131); }

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

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

 span { border-color: rgb(144,141,131); }

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