Html Css Color HEX #995D74 Mauve Taupe

📋 copy color: '#995D74'

red 153 ◦ green 93 ◦ blue 116

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

Shades of Mauve Taupe #995D74

Tints of Mauve Taupe #995D74

RGB

 RED value IS 153 (60.16% from 255) = 42.27%

 GREEN value IS 93 (36.72% from 255) = 25.69%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 42.27%
G = 25.69%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995D74 (or 0x995D74) is known color: Mauve Taupe. HEX triplet: 99, 5D and 74. RGB value is (153,93,116). Sum of RGB (Red+Green+Blue) = 153+93+116=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D74 is #66A28B. Grayscale: #717171. Windows color (decimal): -6726284 or 7626137. OLE color: 7626137.

HSL color Cylindrical-coordinate representation of color #995D74: hue angle of 337º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995D74 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 116 -
CMYK 0 0.39 0.24 0.4
HSL 337º 0.24% 0.48% -
HSV(B) 337º 0.39% 0.6% -
XYZ 20.2 15.86 18.52 -
YUV 113.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 153 93 116 0 0.39 0.24 0.4 337 0.24 0.48
Hex 99 5D 74 0 27 18 28 151 18 30
Octal 231 135 164 0 47 30 50 521 30 60
Binary 10011001 1011101 1110100 0 100111 11000 101000 101010001 11000 110000

Color Harmonies of #995D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D74

Black with #995D74

Text Example


Text Example

White with #995D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995D74; }

 p { color: rgb(153,93,116); }

 H1.HeaderClassName
 {
   color: #995D74;
 }
 .AnyTagClassName
 {
   color: #995D74;
 }
</style>

background-color css

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

 a { background-color: rgb(153,93,116); }

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

border-color css

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

 span { border-color: rgb(153,93,116); }

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