#9E8A86

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

Shades of Suva Grey #9E8A86

Tints of Suva Grey #9E8A86

Color information

#9E8A86 (or 0x9E8A86) is unknown color: approx Suva Grey. HEX triplet: 9E, 8A and 86. RGB value is (158,138,134). Sum of RGB (Red+Green+Blue) = 158+138+134=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8A86 is #617579. Grayscale: #8F8F8F. Windows color (decimal): -6387066 or 8817310. OLE color: 8817310.

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

Color convert

RGB158138134-
CMYK00.130.150.38
HSL10º11.01%57.25%-
HSV(B)10º15.19%61.96%-
XYZ27.4927.1726.35-
YUV143.52122.63138.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=36.74%
G=32.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813813400.130.150.381011.0157.25
Hex9E8A860DF26ab39
Octal2362122060151746121371
Binary10011110100010101000011001101111110011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,134); }

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

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

 a { background-color: rgb(158,138,134); }

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

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

 span { border-color: rgb(158,138,134); }

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