Html Css Color HEX #926071 Mauve Taupe

📋 copy color: '#926071'

red 146 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #926071

Tints of Mauve Taupe #926071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 41.13%
G = 27.04%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926071 (or 0x926071) is known color: Mauve Taupe. HEX triplet: 92, 60 and 71. RGB value is (146,96,113). Sum of RGB (Red+Green+Blue) = 146+96+113=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926071 is #6D9F8E. Grayscale: #707070. Windows color (decimal): -7184271 or 7430290. OLE color: 7430290.

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

Color convert

RGB 146 96 113 -
CMYK 0 0.34 0.23 0.43
HSL 339.6º 0.21% 0.47% -
HSV(B) 339.6º 0.34% 0.57% -
XYZ 19.02 15.67 17.64 -
YUV 112.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 146 96 113 0 0.34 0.23 0.43 339.6 0.21 0.47
Hex 92 60 71 0 22 17 2B 154 15 2F
Octal 222 140 161 0 42 27 53 524 25 57
Binary 10010010 1100000 1110001 0 100010 10111 101011 101010100 10101 101111

Color Harmonies of #926071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926071

Black with #926071

Text Example


Text Example

White with #926071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926071; }

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

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

background-color css

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

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

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

border-color css

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

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

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