Html Css Color HEX #926270 Mauve Taupe

📋 copy color: '#926270'

red 146 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #926270

Tints of Mauve Taupe #926270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 41.01%
G = 27.53%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#926270 (or 0x926270) is known color: Mauve Taupe. HEX triplet: 92, 62 and 70. RGB value is (146,98,112). Sum of RGB (Red+Green+Blue) = 146+98+112=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926270 is #6D9D8F. Grayscale: #717171. Windows color (decimal): -7183760 or 7365266. OLE color: 7365266.

HSL color Cylindrical-coordinate representation of color #926270: hue angle of 342.5º 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 #926270 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 98 112 -
CMYK 0 0.33 0.23 0.43
HSL 342.5º 0.2% 0.48% -
HSV(B) 342.5º 0.33% 0.57% -
XYZ 19.15 16.02 17.41 -
YUV 113.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 146 98 112 0 0.33 0.23 0.43 342.5 0.2 0.48
Hex 92 62 70 0 21 17 2B 156 14 30
Octal 222 142 160 0 41 27 53 526 24 60
Binary 10010010 1100010 1110000 0 100001 10111 101011 101010110 10100 110000

Color Harmonies of #926270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926270

Black with #926270

Text Example


Text Example

White with #926270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926270; }

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

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

background-color css

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

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

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

border-color css

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

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

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