#96908F

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

Shades of Suva Grey #96908F

Tints of Suva Grey #96908F

Color information

#96908F (or 0x96908F) is unknown color: approx Suva Grey. HEX triplet: 96, 90 and 8F. RGB value is (150,144,143). Sum of RGB (Red+Green+Blue) = 150+144+143=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96908F is #696F70. Grayscale: #919191. Windows color (decimal): -6909809 or 9408662. OLE color: 9408662.

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

Color convert

RGB150144143-
CMYK00.040.050.41
HSL8.57º3.23%57.45%-
HSV(B)8.57º4.67%58.82%-
XYZ27.5128.4130.02-
YUV145.68126.49131.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=34.32%
G=32.95%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014414300.040.050.418.573.2357.45
Hex96908F045299339
Octal2262202170455111371
Binary1001011010010000100011110100101101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96908F; }

 p { color: rgb(150,144,143); }

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

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

 a { background-color: rgb(150,144,143); }

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

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

 span { border-color: rgb(150,144,143); }

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