#948581

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

Shades of Suva Grey #948581

Tints of Suva Grey #948581

Color information

#948581 (or 0x948581) is unknown color: approx Suva Grey. HEX triplet: 94, 85 and 81. RGB value is (148,133,129). Sum of RGB (Red+Green+Blue) = 148+133+129=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948581 is #6B7A7E. Grayscale: #898989. Windows color (decimal): -7043711 or 8488340. OLE color: 8488340.

HSL color Cylindrical-coordinate representation of color #948581: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948581 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB148133129-
CMYK00.100.130.42
HSL12.63º8.15%54.31%-
HSV(B)12.63º12.84%58.04%-
XYZ24.5624.6624.23-
YUV137.03123.47135.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=36.10%
G=32.44%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813312900.100.130.4212.638.1554.31
Hex9485810AD2Ad836
Octal2242052010121552151066
Binary10010100100001011000000101010110110101011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948581; }

 p { color: rgb(148,133,129); }

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

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

 a { background-color: rgb(148,133,129); }

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

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

 span { border-color: rgb(148,133,129); }

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