#999392

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

Shades of Suva Grey #999392

Tints of Suva Grey #999392

Color information

#999392 (or 0x999392) is unknown color: approx Suva Grey. HEX triplet: 99, 93 and 92. RGB value is (153,147,146). Sum of RGB (Red+Green+Blue) = 153+147+146=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 153 - color contains mainly: red. Hex color #999392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999392 is #666C6D. Grayscale: #949494. Windows color (decimal): -6712430 or 9606041. OLE color: 9606041.

HSL color Cylindrical-coordinate representation of color #999392: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999392 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153147146-
CMYK00.040.050.4
HSL8.57º3.32%58.63%-
HSV(B)8.57º4.58%60%-
XYZ28.7629.7231.41-
YUV148.68126.49131.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=34.30%
G=32.96%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314714600.040.050.48.573.3258.63
Hex99939204528933b
Octal2312232220455011373
Binary1001100110010011100100100100101101000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999392; }

 p { color: rgb(153,147,146); }

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

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

 a { background-color: rgb(153,147,146); }

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

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

 span { border-color: rgb(153,147,146); }

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