Html Css Color HEX #92626B Mauve Taupe

📋 copy color: '#92626B'

red 146 ◦ green 98 ◦ blue 107

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

Shades of Mauve Taupe #92626B

Tints of Mauve Taupe #92626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 41.6%
G = 27.92%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92626B (or 0x92626B) is known color: Mauve Taupe. HEX triplet: 92, 62 and 6B. RGB value is (146,98,107). Sum of RGB (Red+Green+Blue) = 146+98+107=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #92626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626B is #6D9D94. Grayscale: #717171. Windows color (decimal): -7183765 or 7037586. OLE color: 7037586.

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

Color convert

RGB 146 98 107 -
CMYK 0 0.33 0.27 0.43
HSL 348.75º 0.2% 0.48% -
HSV(B) 348.75º 0.33% 0.57% -
XYZ 18.88 15.91 15.99 -
YUV 113.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 146 98 107 0 0.33 0.27 0.43 348.75 0.2 0.48
Hex 92 62 6B 0 21 1B 2B 15D 14 30
Octal 222 142 153 0 41 33 53 535 24 60
Binary 10010010 1100010 1101011 0 100001 11011 101011 101011101 10100 110000

Color Harmonies of #92626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92626B

Black with #92626B

Text Example


Text Example

White with #92626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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