Html Css Color HEX #92606D Mauve Taupe

📋 copy color: '#92606D'

red 146 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #92606D

Tints of Mauve Taupe #92606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 41.6%
G = 27.35%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92606D (or 0x92606D) is known color: Mauve Taupe. HEX triplet: 92, 60 and 6D. RGB value is (146,96,109). Sum of RGB (Red+Green+Blue) = 146+96+109=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #92606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606D is #6D9F92. Grayscale: #707070. Windows color (decimal): -7184275 or 7168146. OLE color: 7168146.

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

Color convert

RGB 146 96 109 -
CMYK 0 0.34 0.25 0.43
HSL 344.4º 0.21% 0.47% -
HSV(B) 344.4º 0.34% 0.57% -
XYZ 18.8 15.58 16.48 -
YUV 112.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 146 96 109 0 0.34 0.25 0.43 344.4 0.21 0.47
Hex 92 60 6D 0 22 19 2B 158 15 2F
Octal 222 140 155 0 42 31 53 530 25 57
Binary 10010010 1100000 1101101 0 100010 11001 101011 101011000 10101 101111

Color Harmonies of #92606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92606D

Black with #92606D

Text Example


Text Example

White with #92606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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