#908C83

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

Shades of Heathered Grey #908C83

Tints of Heathered Grey #908C83

Color information

#908C83 (or 0x908C83) is unknown color: approx Heathered Grey. HEX triplet: 90, 8C and 83. RGB value is (144,140,131). Sum of RGB (Red+Green+Blue) = 144+140+131=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C83 is #6F737C. Grayscale: #8C8C8C. Windows color (decimal): -7304061 or 8621200. OLE color: 8621200.

HSL color Cylindrical-coordinate representation of color #908C83: hue angle of 41.54º 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 #908C83 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB144140131-
CMYK00.030.090.44
HSL41.54º5.53%53.92%-
HSV(B)41.54º9.03%56.47%-
XYZ24.9826.3225.24-
YUV140.17122.83130.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=34.70%
G=33.73%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414013100.030.090.4441.545.5353.92
Hex908C830392C2a636
Octal22021420303115452666
Binary1001000010001100100000110111001101100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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