Html Css Color HEX #92636E Mauve Taupe

📋 copy color: '#92636E'

red 146 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #92636E

Tints of Mauve Taupe #92636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 41.13%
G = 27.89%
B = 30.99%

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

#92636E (or 0x92636E) is known color: Mauve Taupe. HEX triplet: 92, 63 and 6E. RGB value is (146,99,110). Sum of RGB (Red+Green+Blue) = 146+99+110=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92636E is #6D9C91. Grayscale: #727272. Windows color (decimal): -7183506 or 7234450. OLE color: 7234450.

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

Color convert

RGB 146 99 110 -
CMYK 0 0.32 0.25 0.43
HSL 345.96º 0.19% 0.48% -
HSV(B) 345.96º 0.32% 0.57% -
XYZ 19.13 16.16 16.86 -
YUV 114.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 146 99 110 0 0.32 0.25 0.43 345.96 0.19 0.48
Hex 92 63 6E 0 20 19 2B 15A 13 30
Octal 222 143 156 0 40 31 53 532 23 60
Binary 10010010 1100011 1101110 0 100000 11001 101011 101011010 10011 110000

Color Harmonies of #92636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92636E

Black with #92636E

Text Example


Text Example

White with #92636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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