#968380

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

Shades of Suva Grey #968380

Tints of Suva Grey #968380

Color information

#968380 (or 0x968380) is unknown color: approx Suva Grey. HEX triplet: 96, 83 and 80. RGB value is (150,131,128). Sum of RGB (Red+Green+Blue) = 150+131+128=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968380 is #697C7F. Grayscale: #888888. Windows color (decimal): -6913152 or 8422294. OLE color: 8422294.

HSL color Cylindrical-coordinate representation of color #968380: hue angle of 8.18º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968380 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150131128-
CMYK00.130.150.41
HSL8.18º9.48%54.51%-
HSV(B)8.18º14.67%58.82%-
XYZ24.5924.2823.81-
YUV136.34123.29137.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=36.67%
G=32.03%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013112800.130.150.418.189.4854.51
Hex9683800DF298937
Octal2262032000151751101167
Binary10010110100000111000000001101111110100110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968380; }

 p { color: rgb(150,131,128); }

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

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

 a { background-color: rgb(150,131,128); }

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

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

 span { border-color: rgb(150,131,128); }

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