#958F86

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

Shades of Heathered Grey #958F86

Tints of Heathered Grey #958F86

Color information

#958F86 (or 0x958F86) is unknown color: approx Heathered Grey. HEX triplet: 95, 8F and 86. RGB value is (149,143,134). Sum of RGB (Red+Green+Blue) = 149+143+134=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F86 is #6A7079. Grayscale: #8F8F8F. Windows color (decimal): -6975610 or 8818581. OLE color: 8818581.

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

Color convert

RGB149143134-
CMYK00.040.100.42
HSL36º6.61%55.49%-
HSV(B)36º10.07%58.43%-
XYZ26.5227.7626.51-
YUV143.77122.49131.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=34.98%
G=33.57%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914313400.040.100.42366.6155.49
Hex958F8604A2A24737
Octal22521720604125244767
Binary10010101100011111000011001001010101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F86; }

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

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

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

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

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

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

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

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