Html Css Color HEX #995674 Mauve Taupe

📋 copy color: '#995674'

red 153 ◦ green 86 ◦ blue 116

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

Shades of Mauve Taupe #995674

Tints of Mauve Taupe #995674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 43.1%
G = 24.23%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995674 (or 0x995674) is known color: Mauve Taupe. HEX triplet: 99, 56 and 74. RGB value is (153,86,116). Sum of RGB (Red+Green+Blue) = 153+86+116=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995674 is #66A98B. Grayscale: #6D6D6D. Windows color (decimal): -6728076 or 7624345. OLE color: 7624345.

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

Color convert

RGB 153 86 116 -
CMYK 0 0.44 0.24 0.4
HSL 333.13º 0.28% 0.47% -
HSV(B) 333.13º 0.44% 0.6% -
XYZ 19.62 14.69 18.32 -
YUV 109.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 153 86 116 0 0.44 0.24 0.4 333.13 0.28 0.47
Hex 99 56 74 0 2C 18 28 14D 1C 2F
Octal 231 126 164 0 54 30 50 515 34 57
Binary 10011001 1010110 1110100 0 101100 11000 101000 101001101 11100 101111

Color Harmonies of #995674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995674

Black with #995674

Text Example


Text Example

White with #995674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995674; }

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

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

background-color css

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

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

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

border-color css

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

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

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