Html Css Color HEX #92606F Mauve Taupe

📋 copy color: '#92606F'

red 146 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #92606F

Tints of Mauve Taupe #92606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 41.36%
G = 27.2%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#92606F (or 0x92606F) is known color: Mauve Taupe. HEX triplet: 92, 60 and 6F. RGB value is (146,96,111). Sum of RGB (Red+Green+Blue) = 146+96+111=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606F is #6D9F90. Grayscale: #707070. Windows color (decimal): -7184273 or 7299218. OLE color: 7299218.

HSL color Cylindrical-coordinate representation of color #92606F: hue angle of 342º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92606F is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 96 111 -
CMYK 0 0.34 0.24 0.43
HSL 342º 0.21% 0.47% -
HSV(B) 342º 0.34% 0.57% -
XYZ 18.91 15.62 17.06 -
YUV 112.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 146 96 111 0 0.34 0.24 0.43 342 0.21 0.47
Hex 92 60 6F 0 22 18 2B 156 15 2F
Octal 222 140 157 0 42 30 53 526 25 57
Binary 10010010 1100000 1101111 0 100010 11000 101011 101010110 10101 101111

Color Harmonies of #92606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92606F

Black with #92606F

Text Example


Text Example

White with #92606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92606F; }

 p { color: rgb(146,96,111); }

 H1.HeaderClassName
 {
   color: #92606F;
 }
 .AnyTagClassName
 {
   color: #92606F;
 }
</style>

background-color css

<style>
 a { background-color: #92606F; }

 a { background-color: rgb(146,96,111); }

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

border-color css

<style>
 span { border-color: #92606F; }

 span { border-color: rgb(146,96,111); }

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