#968683

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

Shades of Suva Grey #968683

Tints of Suva Grey #968683

Color information

#968683 (or 0x968683) is unknown color: approx Suva Grey. HEX triplet: 96, 86 and 83. RGB value is (150,134,131). Sum of RGB (Red+Green+Blue) = 150+134+131=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968683 is #69797C. Grayscale: #8A8A8A. Windows color (decimal): -6912381 or 8619670. OLE color: 8619670.

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

Color convert

RGB150134131-
CMYK00.110.130.41
HSL9.47º8.3%55.1%-
HSV(B)9.47º12.67%58.82%-
XYZ25.225.1725-
YUV138.44123.8136.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=36.14%
G=32.29%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013413100.110.130.419.478.355.1
Hex9686830BD299837
Octal2262062030131551111067
Binary10010110100001101000001101011110110100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968683; }

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

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

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

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

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

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

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

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