Html Css Color HEX #925973 Mauve Taupe

📋 copy color: '#925973'

red 146 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #925973

Tints of Mauve Taupe #925973

RGB

 RED value IS 146 (57.42% from 255) = 41.71%

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 41.71%
G = 25.43%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925973 (or 0x925973) is known color: Mauve Taupe. HEX triplet: 92, 59 and 73. RGB value is (146,89,115). Sum of RGB (Red+Green+Blue) = 146+89+115=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925973 is #6DA68C. Grayscale: #6C6C6C. Windows color (decimal): -7186061 or 7559570. OLE color: 7559570.

HSL color Cylindrical-coordinate representation of color #925973: hue angle of 332.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #925973 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 89 115 -
CMYK 0 0.39 0.21 0.43
HSL 332.63º 0.24% 0.46% -
HSV(B) 332.63º 0.39% 0.57% -
XYZ 18.52 14.49 18.04 -
YUV 109.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 146 89 115 0 0.39 0.21 0.43 332.63 0.24 0.46
Hex 92 59 73 0 27 15 2B 14D 18 2E
Octal 222 131 163 0 47 25 53 515 30 56
Binary 10010010 1011001 1110011 0 100111 10101 101011 101001101 11000 101110

Color Harmonies of #925973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925973

Black with #925973

Text Example


Text Example

White with #925973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925973; }

 p { color: rgb(146,89,115); }

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

background-color css

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

 a { background-color: rgb(146,89,115); }

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

border-color css

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

 span { border-color: rgb(146,89,115); }

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