Html Css Color HEX #926373 Mauve Taupe

📋 copy color: '#926373'

red 146 ◦ green 99 ◦ blue 115

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

Shades of Mauve Taupe #926373

Tints of Mauve Taupe #926373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 40.56%
G = 27.5%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#926373 (or 0x926373) is known color: Mauve Taupe. HEX triplet: 92, 63 and 73. RGB value is (146,99,115). Sum of RGB (Red+Green+Blue) = 146+99+115=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926373 is #6D9C8C. Grayscale: #727272. Windows color (decimal): -7183501 or 7562130. OLE color: 7562130.

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

Color convert

RGB 146 99 115 -
CMYK 0 0.32 0.21 0.43
HSL 339.57º 0.19% 0.48% -
HSV(B) 339.57º 0.32% 0.57% -
XYZ 19.41 16.27 18.34 -
YUV 114.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 146 99 115 0 0.32 0.21 0.43 339.57 0.19 0.48
Hex 92 63 73 0 20 15 2B 154 13 30
Octal 222 143 163 0 40 25 53 524 23 60
Binary 10010010 1100011 1110011 0 100000 10101 101011 101010100 10011 110000

Color Harmonies of #926373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926373

Black with #926373

Text Example


Text Example

White with #926373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926373; }

 p { color: rgb(146,99,115); }

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

background-color css

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

 a { background-color: rgb(146,99,115); }

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

border-color css

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

 span { border-color: rgb(146,99,115); }

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