Html Css Color HEX #925574 Mauve Taupe

📋 copy color: '#925574'

red 146 ◦ green 85 ◦ blue 116

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

Shades of Mauve Taupe #925574

Tints of Mauve Taupe #925574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 42.07%
G = 24.5%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925574 (or 0x925574) is known color: Mauve Taupe. HEX triplet: 92, 55 and 74. RGB value is (146,85,116). Sum of RGB (Red+Green+Blue) = 146+85+116=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925574 is #6DAA8B. Grayscale: #6A6A6A. Windows color (decimal): -7187084 or 7624082. OLE color: 7624082.

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

Color convert

RGB 146 85 116 -
CMYK 0 0.42 0.21 0.43
HSL 329.51º 0.26% 0.45% -
HSV(B) 329.51º 0.42% 0.57% -
XYZ 18.25 13.87 18.24 -
YUV 106.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 146 85 116 0 0.42 0.21 0.43 329.51 0.26 0.45
Hex 92 55 74 0 2A 15 2B 14A 1A 2D
Octal 222 125 164 0 52 25 53 512 32 55
Binary 10010010 1010101 1110100 0 101010 10101 101011 101001010 11010 101101

Color Harmonies of #925574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925574

Black with #925574

Text Example


Text Example

White with #925574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925574; }

 p { color: rgb(146,85,116); }

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

background-color css

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

 a { background-color: rgb(146,85,116); }

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

border-color css

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

 span { border-color: rgb(146,85,116); }

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