Html Css Color HEX #926973 Mauve Taupe

📋 copy color: '#926973'

red 146 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #926973

Tints of Mauve Taupe #926973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 39.89%
G = 28.69%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#926973 (or 0x926973) is known color: Mauve Taupe. HEX triplet: 92, 69 and 73. RGB value is (146,105,115). Sum of RGB (Red+Green+Blue) = 146+105+115=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926973 is #6D968C. Grayscale: #767676. Windows color (decimal): -7181965 or 7563666. OLE color: 7563666.

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

Color convert

RGB 146 105 115 -
CMYK 0 0.28 0.21 0.43
HSL 345.37º 0.16% 0.49% -
HSV(B) 345.37º 0.28% 0.57% -
XYZ 20 17.45 18.53 -
YUV 118.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 146 105 115 0 0.28 0.21 0.43 345.37 0.16 0.49
Hex 92 69 73 0 1C 15 2B 159 10 31
Octal 222 151 163 0 34 25 53 531 20 61
Binary 10010010 1101001 1110011 0 11100 10101 101011 101011001 10000 110001

Color Harmonies of #926973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926973

Black with #926973

Text Example


Text Example

White with #926973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926973; }

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

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

background-color css

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

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

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

border-color css

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

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

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