#968C8B

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

Shades of Suva Grey #968C8B

Tints of Suva Grey #968C8B

Color information

#968C8B (or 0x968C8B) is unknown color: approx Suva Grey. HEX triplet: 96, 8C and 8B. RGB value is (150,140,139). Sum of RGB (Red+Green+Blue) = 150+140+139=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8B is #697374. Grayscale: #8E8E8E. Windows color (decimal): -6910837 or 9145494. OLE color: 9145494.

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

Color convert

RGB150140139-
CMYK00.070.070.41
HSL5.45º4.98%56.67%-
HSV(B)5.45º7.33%58.82%-
XYZ26.6227.128.25-
YUV142.88125.81133.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=34.97%
G=32.63%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014013900.070.070.415.454.9856.67
Hex968C8B077295539
Octal226214213077515571
Binary1001011010001100100010110111111101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C8B; }

 p { color: rgb(150,140,139); }

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

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

 a { background-color: rgb(150,140,139); }

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

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

 span { border-color: rgb(150,140,139); }

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