Html Css Color HEX #92646D Mauve Taupe

📋 copy color: '#92646D'

red 146 ◦ green 100 ◦ blue 109

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

Shades of Mauve Taupe #92646D

Tints of Mauve Taupe #92646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 41.13%
G = 28.17%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92646D (or 0x92646D) is known color: Mauve Taupe. HEX triplet: 92, 64 and 6D. RGB value is (146,100,109). Sum of RGB (Red+Green+Blue) = 146+100+109=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92646D is #6D9B92. Grayscale: #727272. Windows color (decimal): -7183251 or 7169170. OLE color: 7169170.

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

Color convert

RGB 146 100 109 -
CMYK 0 0.32 0.25 0.43
HSL 348.26º 0.19% 0.48% -
HSV(B) 348.26º 0.32% 0.57% -
XYZ 19.17 16.33 16.61 -
YUV 114.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 146 100 109 0 0.32 0.25 0.43 348.26 0.19 0.48
Hex 92 64 6D 0 20 19 2B 15C 13 30
Octal 222 144 155 0 40 31 53 534 23 60
Binary 10010010 1100100 1101101 0 100000 11001 101011 101011100 10011 110000

Color Harmonies of #92646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92646D

Black with #92646D

Text Example


Text Example

White with #92646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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