Html Css Color HEX #92606B Mauve Taupe

📋 copy color: '#92606B'

red 146 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #92606B

Tints of Mauve Taupe #92606B

RGB

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

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

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

R = 41.83%
G = 27.51%
B = 30.66%

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

#92606B (or 0x92606B) is known color: Mauve Taupe. HEX triplet: 92, 60 and 6B. RGB value is (146,96,107). Sum of RGB (Red+Green+Blue) = 146+96+107=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #92606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606B is #6D9F94. Grayscale: #707070. Windows color (decimal): -7184277 or 7037074. OLE color: 7037074.

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

Color convert

RGB 146 96 107 -
CMYK 0 0.34 0.27 0.43
HSL 346.8º 0.21% 0.47% -
HSV(B) 346.8º 0.34% 0.57% -
XYZ 18.69 15.54 15.92 -
YUV 112.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 146 96 107 0 0.34 0.27 0.43 346.8 0.21 0.47
Hex 92 60 6B 0 22 1B 2B 15B 15 2F
Octal 222 140 153 0 42 33 53 533 25 57
Binary 10010010 1100000 1101011 0 100010 11011 101011 101011011 10101 101111

Color Harmonies of #92606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92606B

Black with #92606B

Text Example


Text Example

White with #92606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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