Html Css Color HEX #926272 Mauve Taupe

📋 copy color: '#926272'

red 146 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #926272

Tints of Mauve Taupe #926272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 40.78%
G = 27.37%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#926272 (or 0x926272) is known color: Mauve Taupe. HEX triplet: 92, 62 and 72. RGB value is (146,98,114). Sum of RGB (Red+Green+Blue) = 146+98+114=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926272 is #6D9D8D. Grayscale: #727272. Windows color (decimal): -7183758 or 7496338. OLE color: 7496338.

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

Color convert

RGB 146 98 114 -
CMYK 0 0.33 0.22 0.43
HSL 340º 0.2% 0.48% -
HSV(B) 340º 0.33% 0.57% -
XYZ 19.26 16.06 18 -
YUV 114.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 146 98 114 0 0.33 0.22 0.43 340 0.2 0.48
Hex 92 62 72 0 21 16 2B 154 14 30
Octal 222 142 162 0 41 26 53 524 24 60
Binary 10010010 1100010 1110010 0 100001 10110 101011 101010100 10100 110000

Color Harmonies of #926272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926272

Black with #926272

Text Example


Text Example

White with #926272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926272; }

 p { color: rgb(146,98,114); }

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

background-color css

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

 a { background-color: rgb(146,98,114); }

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

border-color css

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

 span { border-color: rgb(146,98,114); }

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