Html Css Color HEX #926B71 Mauve Taupe

📋 copy color: '#926B71'

red 146 ◦ green 107 ◦ blue 113

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

Shades of Mauve Taupe #926B71

Tints of Mauve Taupe #926B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 39.89%
G = 29.23%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926B71 (or 0x926B71) is known color: Mauve Taupe. HEX triplet: 92, 6B and 71. RGB value is (146,107,113). Sum of RGB (Red+Green+Blue) = 146+107+113=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B71 is #6D948E. Grayscale: #777777. Windows color (decimal): -7181455 or 7433106. OLE color: 7433106.

HSL color Cylindrical-coordinate representation of color #926B71: hue angle of 350.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926B71 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 107 113 -
CMYK 0 0.27 0.23 0.43
HSL 350.77º 0.15% 0.5% -
HSV(B) 350.77º 0.27% 0.57% -
XYZ 20.09 17.82 18 -
YUV 119.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 146 107 113 0 0.27 0.23 0.43 350.77 0.15 0.5
Hex 92 6B 71 0 1B 17 2B 15F F 32
Octal 222 153 161 0 33 27 53 537 17 62
Binary 10010010 1101011 1110001 0 11011 10111 101011 101011111 1111 110010

Color Harmonies of #926B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B71

Black with #926B71

Text Example


Text Example

White with #926B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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