Html Css Color HEX #92616B Mauve Taupe

📋 copy color: '#92616B'

red 146 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #92616B

Tints of Mauve Taupe #92616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 41.71%
G = 27.71%
B = 30.57%

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

#92616B (or 0x92616B) is known color: Mauve Taupe. HEX triplet: 92, 61 and 6B. RGB value is (146,97,107). Sum of RGB (Red+Green+Blue) = 146+97+107=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #92616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92616B is #6D9E94. Grayscale: #707070. Windows color (decimal): -7184021 or 7037330. OLE color: 7037330.

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

Color convert

RGB 146 97 107 -
CMYK 0 0.34 0.27 0.43
HSL 347.76º 0.2% 0.48% -
HSV(B) 347.76º 0.34% 0.57% -
XYZ 18.78 15.72 15.95 -
YUV 112.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 146 97 107 0 0.34 0.27 0.43 347.76 0.2 0.48
Hex 92 61 6B 0 22 1B 2B 15C 14 30
Octal 222 141 153 0 42 33 53 534 24 60
Binary 10010010 1100001 1101011 0 100010 11011 101011 101011100 10100 110000

Color Harmonies of #92616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92616B

Black with #92616B

Text Example


Text Example

White with #92616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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