#999493

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

Shades of Suva Grey #999493

Tints of Suva Grey #999493

Color information

#999493 (or 0x999493) is unknown color: approx Suva Grey. HEX triplet: 99, 94 and 93. RGB value is (153,148,147). Sum of RGB (Red+Green+Blue) = 153+148+147=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999493 is #666B6C. Grayscale: #959595. Windows color (decimal): -6712173 or 9671833. OLE color: 9671833.

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

Color convert

RGB153148147-
CMYK00.030.040.4
HSL10º2.86%58.82%-
HSV(B)10º3.92%60%-
XYZ28.9930.0631.88-
YUV149.38126.66130.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=34.15%
G=33.04%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314814700.030.040.4102.8658.82
Hex99949303428a33b
Octal2312242230345012373
Binary100110011001010010010011011100101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999493; }

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

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

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

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

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

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

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

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