#9B8580

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

Shades of Suva Grey #9B8580

Tints of Suva Grey #9B8580

Color information

#9B8580 (or 0x9B8580) is unknown color: approx Suva Grey. HEX triplet: 9B, 85 and 80. RGB value is (155,133,128). Sum of RGB (Red+Green+Blue) = 155+133+128=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8580 is #647A7F. Grayscale: #8B8B8B. Windows color (decimal): -6584960 or 8422811. OLE color: 8422811.

HSL color Cylindrical-coordinate representation of color #9B8580: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8580 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB155133128-
CMYK00.140.170.39
HSL11.11º11.89%55.49%-
HSV(B)11.11º17.42%60.78%-
XYZ25.825.323.95-
YUV139.01121.79139.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=37.26%
G=31.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513312800.140.170.3911.1111.8955.49
Hex9B85800E1127bc37
Octal2332052000162147131467
Binary100110111000010110000000011101000110011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8580; }

 p { color: rgb(155,133,128); }

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

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

 a { background-color: rgb(155,133,128); }

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

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

 span { border-color: rgb(155,133,128); }

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