#908381

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

Shades of Suva Grey #908381

Tints of Suva Grey #908381

Color information

#908381 (or 0x908381) is unknown color: approx Suva Grey. HEX triplet: 90, 83 and 81. RGB value is (144,131,129). Sum of RGB (Red+Green+Blue) = 144+131+129=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908381 is #6F7C7E. Grayscale: #868686. Windows color (decimal): -7306367 or 8487824. OLE color: 8487824.

HSL color Cylindrical-coordinate representation of color #908381: hue angle of 8º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908381 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144131129-
CMYK00.090.100.44
HSL6.33%53.53%-
HSV(B)10.42%56.47%-
XYZ23.5823.7524.11-
YUV134.66124.81134.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=35.64%
G=32.43%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413112900.090.100.4486.3353.53
Hex90838109A2C8636
Octal220203201011125410666
Binary1001000010000011100000010100110101011001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908381; }

 p { color: rgb(144,131,129); }

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

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

 a { background-color: rgb(144,131,129); }

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

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

 span { border-color: rgb(144,131,129); }

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