#958684

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

Shades of Suva Grey #958684

Tints of Suva Grey #958684

Color information

#958684 (or 0x958684) is unknown color: approx Suva Grey. HEX triplet: 95, 86 and 84. RGB value is (149,134,132). Sum of RGB (Red+Green+Blue) = 149+134+132=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958684 is #6A797B. Grayscale: #8A8A8A. Windows color (decimal): -6977916 or 8685205. OLE color: 8685205.

HSL color Cylindrical-coordinate representation of color #958684: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958684 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149134132-
CMYK00.100.110.42
HSL7.06º7.42%55.1%-
HSV(B)7.06º11.41%58.43%-
XYZ25.0825.1125.35-
YUV138.26124.47135.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=35.90%
G=32.29%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913413200.100.110.427.067.4255.1
Hex9586840AB2A7737
Octal22520620401213527767
Binary100101011000011010000100010101011101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958684; }

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

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

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

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

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

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

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

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