#9E8883

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

Shades of Suva Grey #9E8883

Tints of Suva Grey #9E8883

Color information

#9E8883 (or 0x9E8883) is unknown color: approx Suva Grey. HEX triplet: 9E, 88 and 83. RGB value is (158,136,131). Sum of RGB (Red+Green+Blue) = 158+136+131=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8883 is #61777C. Grayscale: #8E8E8E. Windows color (decimal): -6387581 or 8620190. OLE color: 8620190.

HSL color Cylindrical-coordinate representation of color #9E8883: hue angle of 11.11º 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 #9E8883 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB158136131-
CMYK00.140.170.38
HSL11.11º12.22%56.67%-
HSV(B)11.11º17.09%61.96%-
XYZ2726.5225.17-
YUV142.01121.79139.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=37.18%
G=32%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813613100.140.170.3811.1112.2256.67
Hex9E88830E1126bc39
Octal2362102030162146131471
Binary100111101000100010000011011101000110011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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