Html Css Color HEX #92646B Mauve Taupe

📋 copy color: '#92646B'

red 146 ◦ green 100 ◦ blue 107

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

Shades of Mauve Taupe #92646B

Tints of Mauve Taupe #92646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 41.36%
G = 28.33%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92646B (or 0x92646B) is known color: Mauve Taupe. HEX triplet: 92, 64 and 6B. RGB value is (146,100,107). Sum of RGB (Red+Green+Blue) = 146+100+107=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92646B is #6D9B94. Grayscale: #727272. Windows color (decimal): -7183253 or 7038098. OLE color: 7038098.

HSL color Cylindrical-coordinate representation of color #92646B: hue angle of 350.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92646B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 100 107 -
CMYK 0 0.32 0.27 0.43
HSL 350.87º 0.19% 0.48% -
HSV(B) 350.87º 0.32% 0.57% -
XYZ 19.07 16.29 16.05 -
YUV 114.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 146 100 107 0 0.32 0.27 0.43 350.87 0.19 0.48
Hex 92 64 6B 0 20 1B 2B 15F 13 30
Octal 222 144 153 0 40 33 53 537 23 60
Binary 10010010 1100100 1101011 0 100000 11011 101011 101011111 10011 110000

Color Harmonies of #92646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92646B

Black with #92646B

Text Example


Text Example

White with #92646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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