Html Css Color HEX #92596A Mauve Taupe

📋 copy color: '#92596A'

red 146 ◦ green 89 ◦ blue 106

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

Shades of Mauve Taupe #92596A

Tints of Mauve Taupe #92596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 42.82%
G = 26.1%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92596A (or 0x92596A) is known color: Mauve Taupe. HEX triplet: 92, 59 and 6A. RGB value is (146,89,106). Sum of RGB (Red+Green+Blue) = 146+89+106=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92596A is #6DA695. Grayscale: #6B6B6B. Windows color (decimal): -7186070 or 6969746. OLE color: 6969746.

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

Color convert

RGB 146 89 106 -
CMYK 0 0.39 0.27 0.43
HSL 342.11º 0.24% 0.46% -
HSV(B) 342.11º 0.39% 0.57% -
XYZ 18.03 14.3 15.44 -
YUV 107.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 146 89 106 0 0.39 0.27 0.43 342.11 0.24 0.46
Hex 92 59 6A 0 27 1B 2B 156 18 2E
Octal 222 131 152 0 47 33 53 526 30 56
Binary 10010010 1011001 1101010 0 100111 11011 101011 101010110 11000 101110

Color Harmonies of #92596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92596A

Black with #92596A

Text Example


Text Example

White with #92596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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