Html Css Color HEX #995974 Mauve Taupe

📋 copy color: '#995974'

red 153 ◦ green 89 ◦ blue 116

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

Shades of Mauve Taupe #995974

Tints of Mauve Taupe #995974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

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

R = 42.74%
G = 24.86%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995974 (or 0x995974) is known color: Mauve Taupe. HEX triplet: 99, 59 and 74. RGB value is (153,89,116). Sum of RGB (Red+Green+Blue) = 153+89+116=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995974 is #66A68B. Grayscale: #6F6F6F. Windows color (decimal): -6727308 or 7625113. OLE color: 7625113.

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

Color convert

RGB 153 89 116 -
CMYK 0 0.42 0.24 0.4
HSL 334.69º 0.26% 0.47% -
HSV(B) 334.69º 0.42% 0.6% -
XYZ 19.86 15.18 18.41 -
YUV 111.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 153 89 116 0 0.42 0.24 0.4 334.69 0.26 0.47
Hex 99 59 74 0 2A 18 28 14F 1A 2F
Octal 231 131 164 0 52 30 50 517 32 57
Binary 10011001 1011001 1110100 0 101010 11000 101000 101001111 11010 101111

Color Harmonies of #995974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995974

Black with #995974

Text Example


Text Example

White with #995974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995974; }

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

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

background-color css

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

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

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

border-color css

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

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

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