Html Css Color HEX #995F74 Mauve Taupe

📋 copy color: '#995F74'

red 153 ◦ green 95 ◦ blue 116

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

Shades of Mauve Taupe #995F74

Tints of Mauve Taupe #995F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 42.03%
G = 26.1%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995F74 (or 0x995F74) is known color: Mauve Taupe. HEX triplet: 99, 5F and 74. RGB value is (153,95,116). Sum of RGB (Red+Green+Blue) = 153+95+116=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #995F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F74 is #66A08B. Grayscale: #727272. Windows color (decimal): -6725772 or 7626649. OLE color: 7626649.

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

Color convert

RGB 153 95 116 -
CMYK 0 0.38 0.24 0.4
HSL 338.28º 0.23% 0.49% -
HSV(B) 338.28º 0.38% 0.6% -
XYZ 20.38 16.22 18.58 -
YUV 114.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 153 95 116 0 0.38 0.24 0.4 338.28 0.23 0.49
Hex 99 5F 74 0 26 18 28 152 17 31
Octal 231 137 164 0 46 30 50 522 27 61
Binary 10011001 1011111 1110100 0 100110 11000 101000 101010010 10111 110001

Color Harmonies of #995F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F74

Black with #995F74

Text Example


Text Example

White with #995F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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