Html Css Color HEX #958D92 Taupe Grey

📋 copy color: '#958D92'

red 149 ◦ green 141 ◦ blue 146

#958D92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #958D92

Tints of Taupe Grey #958D92

RGB

 RED value IS 149 (58.59% from 255) = 34.17%

 GREEN value IS 141 (55.47% from 255) = 32.34%

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 34.17%
G = 32.34%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958D92 (or 0x958D92) is known color: Taupe Grey. HEX triplet: 95, 8D and 92. RGB value is (149,141,146). Sum of RGB (Red+Green+Blue) = 149+141+146=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 149 - color contains mainly: red. Hex color #958D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D92 is #6A726D. Grayscale: #8F8F8F. Windows color (decimal): -6976110 or 9604501. OLE color: 9604501.

HSL color Cylindrical-coordinate representation of color #958D92: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958D92 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 146 -
CMYK 0 0.05 0.02 0.42
HSL 322.5º 0.04% 0.57% -
HSV(B) 322.5º 0.05% 0.58% -
XYZ 27.11 27.51 31.08 -
YUV 143.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 149 141 146 0 0.05 0.02 0.42 322.5 0.04 0.57
Hex 95 8D 92 0 5 2 2A 142 4 39
Octal 225 215 222 0 5 2 52 502 4 71
Binary 10010101 10001101 10010010 0 101 10 101010 101000010 100 111001

Color Harmonies of #958D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D92

Black with #958D92

Text Example


Text Example

White with #958D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,146); }

 H1.HeaderClassName
 {
   color: #958D92;
 }
 .AnyTagClassName
 {
   color: #958D92;
 }
</style>

background-color css

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

 a { background-color: rgb(149,141,146); }

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

border-color css

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

 span { border-color: rgb(149,141,146); }

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