Html Css Color HEX #92616D Mauve Taupe

📋 copy color: '#92616D'

red 146 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #92616D

Tints of Mauve Taupe #92616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 41.48%
G = 27.56%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92616D (or 0x92616D) is known color: Mauve Taupe. HEX triplet: 92, 61 and 6D. RGB value is (146,97,109). Sum of RGB (Red+Green+Blue) = 146+97+109=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92616D is #6D9E92. Grayscale: #717171. Windows color (decimal): -7184019 or 7168402. OLE color: 7168402.

HSL color Cylindrical-coordinate representation of color #92616D: hue angle of 345.31º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92616D is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 97 109 -
CMYK 0 0.34 0.25 0.43
HSL 345.31º 0.2% 0.48% -
HSV(B) 345.31º 0.34% 0.57% -
XYZ 18.89 15.76 16.52 -
YUV 113.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 146 97 109 0 0.34 0.25 0.43 345.31 0.2 0.48
Hex 92 61 6D 0 22 19 2B 159 14 30
Octal 222 141 155 0 42 31 53 531 24 60
Binary 10010010 1100001 1101101 0 100010 11001 101011 101011001 10100 110000

Color Harmonies of #92616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92616D

Black with #92616D

Text Example


Text Example

White with #92616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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