#9E8983

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

Shades of Suva Grey #9E8983

Tints of Suva Grey #9E8983

Color information

#9E8983 (or 0x9E8983) is unknown color: approx Suva Grey. HEX triplet: 9E, 89 and 83. RGB value is (158,137,131). Sum of RGB (Red+Green+Blue) = 158+137+131=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8983 is #61767C. Grayscale: #8E8E8E. Windows color (decimal): -6387325 or 8620446. OLE color: 8620446.

HSL color Cylindrical-coordinate representation of color #9E8983: hue angle of 13.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8983 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB158137131-
CMYK00.130.170.38
HSL13.33º12.22%56.67%-
HSV(B)13.33º17.09%61.96%-
XYZ27.1426.825.21-
YUV142.6121.46138.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=37.09%
G=32.16%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813713100.130.170.3813.3312.2256.67
Hex9E89830D1126dc39
Octal2362112030152146151471
Binary100111101000100110000011011011000110011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,131); }

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

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

 a { background-color: rgb(158,137,131); }

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

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

 span { border-color: rgb(158,137,131); }

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