Html Css Color HEX #92576A Mauve Taupe

📋 copy color: '#92576A'

red 146 ◦ green 87 ◦ blue 106

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

Shades of Mauve Taupe #92576A

Tints of Mauve Taupe #92576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

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

R = 43.07%
G = 25.66%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92576A (or 0x92576A) is known color: Mauve Taupe. HEX triplet: 92, 57 and 6A. RGB value is (146,87,106). Sum of RGB (Red+Green+Blue) = 146+87+106=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #92576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576A is #6DA895. Grayscale: #6A6A6A. Windows color (decimal): -7186582 or 6969234. OLE color: 6969234.

HSL color Cylindrical-coordinate representation of color #92576A: hue angle of 340.68º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92576A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 87 106 -
CMYK 0 0.40 0.27 0.43
HSL 340.68º 0.25% 0.46% -
HSV(B) 340.68º 0.4% 0.57% -
XYZ 17.86 13.97 15.39 -
YUV 106.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 146 87 106 0 0.40 0.27 0.43 340.68 0.25 0.46
Hex 92 57 6A 0 28 1B 2B 155 19 2E
Octal 222 127 152 0 50 33 53 525 31 56
Binary 10010010 1010111 1101010 0 101000 11011 101011 101010101 11001 101110

Color Harmonies of #92576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92576A

Black with #92576A

Text Example


Text Example

White with #92576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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