#968684

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

Shades of Suva Grey #968684

Tints of Suva Grey #968684

Color information

#968684 (or 0x968684) is unknown color: approx Suva Grey. HEX triplet: 96, 86 and 84. RGB value is (150,134,132). Sum of RGB (Red+Green+Blue) = 150+134+132=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968684 is #69797B. Grayscale: #8A8A8A. Windows color (decimal): -6912380 or 8685206. OLE color: 8685206.

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

Color convert

RGB150134132-
CMYK00.110.120.41
HSL6.67º7.89%55.29%-
HSV(B)6.67º12%58.82%-
XYZ25.2725.225.36-
YUV138.56124.3136.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=36.06%
G=32.21%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013413200.110.120.416.677.8955.29
Hex9686840BC297837
Octal226206204013145171067
Binary1001011010000110100001000101111001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968684; }

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

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

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

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

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

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

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

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