Html Css Color HEX #92636D Mauve Taupe

📋 copy color: '#92636D'

red 146 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #92636D

Tints of Mauve Taupe #92636D

RGB

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

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

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

R = 41.24%
G = 27.97%
B = 30.79%

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

#92636D (or 0x92636D) is known color: Mauve Taupe. HEX triplet: 92, 63 and 6D. RGB value is (146,99,109). Sum of RGB (Red+Green+Blue) = 146+99+109=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92636D is #6D9C92. Grayscale: #727272. Windows color (decimal): -7183507 or 7168914. OLE color: 7168914.

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

Color convert

RGB 146 99 109 -
CMYK 0 0.32 0.25 0.43
HSL 347.23º 0.19% 0.48% -
HSV(B) 347.23º 0.32% 0.57% -
XYZ 19.08 16.14 16.58 -
YUV 114.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 146 99 109 0 0.32 0.25 0.43 347.23 0.19 0.48
Hex 92 63 6D 0 20 19 2B 15B 13 30
Octal 222 143 155 0 40 31 53 533 23 60
Binary 10010010 1100011 1101101 0 100000 11001 101011 101011011 10011 110000

Color Harmonies of #92636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92636D

Black with #92636D

Text Example


Text Example

White with #92636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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