#958793

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

Shades of Taupe Grey #958793

Tints of Taupe Grey #958793

Color information

#958793 (or 0x958793) is unknown color: approx Taupe Grey. HEX triplet: 95, 87 and 93. RGB value is (149,135,147). Sum of RGB (Red+Green+Blue) = 149+135+147=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958793 is #6A786C. Grayscale: #8C8C8C. Windows color (decimal): -6977645 or 9668501. OLE color: 9668501.

HSL color Cylindrical-coordinate representation of color #958793: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958793 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149135147-
CMYK00.090.010.42
HSL308.57º6.19%55.69%-
HSV(B)308.57º9.4%58.43%-
XYZ26.3225.8231.2-
YUV140.55131.64134.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=34.57%
G=31.32%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913514700.090.010.42308.576.1955.69
Hex9587930912A135638
Octal225207223011152465670
Binary100101011000011110010011010011101010100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958793; }

 p { color: rgb(149,135,147); }

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

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

 a { background-color: rgb(149,135,147); }

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

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

 span { border-color: rgb(149,135,147); }

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