Html Css Color HEX #926673 Mauve Taupe

📋 copy color: '#926673'

red 146 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #926673

Tints of Mauve Taupe #926673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 40.22%
G = 28.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#926673 (or 0x926673) is known color: Mauve Taupe. HEX triplet: 92, 66 and 73. RGB value is (146,102,115). Sum of RGB (Red+Green+Blue) = 146+102+115=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #926673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926673 is #6D998C. Grayscale: #747474. Windows color (decimal): -7182733 or 7562898. OLE color: 7562898.

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

Color convert

RGB 146 102 115 -
CMYK 0 0.30 0.21 0.43
HSL 342.27º 0.18% 0.49% -
HSV(B) 342.27º 0.3% 0.57% -
XYZ 19.7 16.85 18.43 -
YUV 116.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 146 102 115 0 0.30 0.21 0.43 342.27 0.18 0.49
Hex 92 66 73 0 1E 15 2B 156 12 31
Octal 222 146 163 0 36 25 53 526 22 61
Binary 10010010 1100110 1110011 0 11110 10101 101011 101010110 10010 110001

Color Harmonies of #926673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926673

Black with #926673

Text Example


Text Example

White with #926673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926673; }

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

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

background-color css

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

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

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

border-color css

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

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

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