#958C83

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

Shades of Heathered Grey #958C83

Tints of Heathered Grey #958C83

Color information

#958C83 (or 0x958C83) is unknown color: approx Heathered Grey. HEX triplet: 95, 8C and 83. RGB value is (149,140,131). Sum of RGB (Red+Green+Blue) = 149+140+131=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C83 is #6A737C. Grayscale: #8D8D8D. Windows color (decimal): -6976381 or 8621205. OLE color: 8621205.

HSL color Cylindrical-coordinate representation of color #958C83: hue angle of 30º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958C83 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149140131-
CMYK00.060.120.42
HSL30º7.83%54.9%-
HSV(B)30º12.08%58.43%-
XYZ25.8726.7825.28-
YUV141.66121.98133.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=35.48%
G=33.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914013100.060.120.42307.8354.9
Hex958C8306C2A1e837
Octal225214203061452361067
Binary10010101100011001000001101101100101010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,131); }

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

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

 a { background-color: rgb(149,140,131); }

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

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

 span { border-color: rgb(149,140,131); }

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