Html Css Color HEX #92616A Mauve Taupe

📋 copy color: '#92616A'

red 146 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #92616A

Tints of Mauve Taupe #92616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 41.83%
G = 27.79%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92616A (or 0x92616A) is known color: Mauve Taupe. HEX triplet: 92, 61 and 6A. RGB value is (146,97,106). Sum of RGB (Red+Green+Blue) = 146+97+106=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #92616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92616A is #6D9E95. Grayscale: #707070. Windows color (decimal): -7184022 or 6971794. OLE color: 6971794.

HSL color Cylindrical-coordinate representation of color #92616A: hue angle of 348.98º 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 #92616A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 97 106 -
CMYK 0 0.34 0.27 0.43
HSL 348.98º 0.2% 0.48% -
HSV(B) 348.98º 0.34% 0.57% -
XYZ 18.73 15.7 15.68 -
YUV 112.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 146 97 106 0 0.34 0.27 0.43 348.98 0.2 0.48
Hex 92 61 6A 0 22 1B 2B 15D 14 30
Octal 222 141 152 0 42 33 53 535 24 60
Binary 10010010 1100001 1101010 0 100010 11011 101011 101011101 10100 110000

Color Harmonies of #92616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92616A

Black with #92616A

Text Example


Text Example

White with #92616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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