#958693

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

Shades of Taupe Grey #958693

Tints of Taupe Grey #958693

Color information

#958693 (or 0x958693) is unknown color: approx Taupe Grey. HEX triplet: 95, 86 and 93. RGB value is (149,134,147). Sum of RGB (Red+Green+Blue) = 149+134+147=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958693 is #6A796C. Grayscale: #8B8B8B. Windows color (decimal): -6977901 or 9668245. OLE color: 9668245.

HSL color Cylindrical-coordinate representation of color #958693: hue angle of 308º 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 #958693 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149134147-
CMYK00.100.010.42
HSL308º6.61%55.49%-
HSV(B)308º10.07%58.43%-
XYZ26.1925.5531.15-
YUV139.97131.97134.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=34.65%
G=31.16%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913414700.100.010.423086.6155.49
Hex9586930A12A134737
Octal225206223012152464767
Binary100101011000011010010011010101101010100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958693; }

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

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

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

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

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

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

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

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