Html Css Color HEX #995C74 Mauve Taupe

📋 copy color: '#995C74'

red 153 ◦ green 92 ◦ blue 116

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

Shades of Mauve Taupe #995C74

Tints of Mauve Taupe #995C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 42.38%
G = 25.48%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995C74 (or 0x995C74) is known color: Mauve Taupe. HEX triplet: 99, 5C and 74. RGB value is (153,92,116). Sum of RGB (Red+Green+Blue) = 153+92+116=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C74 is #66A38B. Grayscale: #707070. Windows color (decimal): -6726540 or 7625881. OLE color: 7625881.

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

Color convert

RGB 153 92 116 -
CMYK 0 0.40 0.24 0.4
HSL 336.39º 0.25% 0.48% -
HSV(B) 336.39º 0.4% 0.6% -
XYZ 20.12 15.69 18.49 -
YUV 112.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 153 92 116 0 0.40 0.24 0.4 336.39 0.25 0.48
Hex 99 5C 74 0 28 18 28 150 19 30
Octal 231 134 164 0 50 30 50 520 31 60
Binary 10011001 1011100 1110100 0 101000 11000 101000 101010000 11001 110000

Color Harmonies of #995C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C74

Black with #995C74

Text Example


Text Example

White with #995C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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