Html Css Color HEX #92666D Mauve Taupe

📋 copy color: '#92666D'

red 146 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #92666D

Tints of Mauve Taupe #92666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 40.9%
G = 28.57%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92666D (or 0x92666D) is known color: Mauve Taupe. HEX triplet: 92, 66 and 6D. RGB value is (146,102,109). Sum of RGB (Red+Green+Blue) = 146+102+109=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92666D is #6D9992. Grayscale: #737373. Windows color (decimal): -7182739 or 7169682. OLE color: 7169682.

HSL color Cylindrical-coordinate representation of color #92666D: hue angle of 350.45º 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 #92666D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 109 -
CMYK 0 0.30 0.25 0.43
HSL 350.45º 0.18% 0.49% -
HSV(B) 350.45º 0.3% 0.57% -
XYZ 19.37 16.72 16.67 -
YUV 115.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 146 102 109 0 0.30 0.25 0.43 350.45 0.18 0.49
Hex 92 66 6D 0 1E 19 2B 15E 12 31
Octal 222 146 155 0 36 31 53 536 22 61
Binary 10010010 1100110 1101101 0 11110 11001 101011 101011110 10010 110001

Color Harmonies of #92666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92666D

Black with #92666D

Text Example


Text Example

White with #92666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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