Html Css Color HEX #926471 Mauve Taupe

📋 copy color: '#926471'

red 146 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #926471

Tints of Mauve Taupe #926471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 40.67%
G = 27.86%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926471 (or 0x926471) is known color: Mauve Taupe. HEX triplet: 92, 64 and 71. RGB value is (146,100,113). Sum of RGB (Red+Green+Blue) = 146+100+113=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #926471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926471 is #6D9B8E. Grayscale: #737373. Windows color (decimal): -7183247 or 7431314. OLE color: 7431314.

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

Color convert

RGB 146 100 113 -
CMYK 0 0.32 0.23 0.43
HSL 343.04º 0.19% 0.48% -
HSV(B) 343.04º 0.32% 0.57% -
XYZ 19.39 16.42 17.77 -
YUV 115.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 146 100 113 0 0.32 0.23 0.43 343.04 0.19 0.48
Hex 92 64 71 0 20 17 2B 157 13 30
Octal 222 144 161 0 40 27 53 527 23 60
Binary 10010010 1100100 1110001 0 100000 10111 101011 101010111 10011 110000

Color Harmonies of #926471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926471

Black with #926471

Text Example


Text Example

White with #926471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926471; }

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

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

background-color css

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

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

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

border-color css

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

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

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