Html Css Color HEX #925671 Mauve Taupe

📋 copy color: '#925671'

red 146 ◦ green 86 ◦ blue 113

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

Shades of Mauve Taupe #925671

Tints of Mauve Taupe #925671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 42.32%
G = 24.93%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#925671 (or 0x925671) is known color: Mauve Taupe. HEX triplet: 92, 56 and 71. RGB value is (146,86,113). Sum of RGB (Red+Green+Blue) = 146+86+113=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925671 is #6DA98E. Grayscale: #6A6A6A. Windows color (decimal): -7186831 or 7427730. OLE color: 7427730.

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

Color convert

RGB 146 86 113 -
CMYK 0 0.41 0.23 0.43
HSL 333º 0.26% 0.45% -
HSV(B) 333º 0.41% 0.57% -
XYZ 18.16 13.96 17.36 -
YUV 107.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 146 86 113 0 0.41 0.23 0.43 333 0.26 0.45
Hex 92 56 71 0 29 17 2B 14D 1A 2D
Octal 222 126 161 0 51 27 53 515 32 55
Binary 10010010 1010110 1110001 0 101001 10111 101011 101001101 11010 101101

Color Harmonies of #925671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925671

Black with #925671

Text Example


Text Example

White with #925671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925671; }

 p { color: rgb(146,86,113); }

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

background-color css

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

 a { background-color: rgb(146,86,113); }

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

border-color css

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

 span { border-color: rgb(146,86,113); }

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