Html Css Color HEX #92626C Mauve Taupe

📋 copy color: '#92626C'

red 146 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #92626C

Tints of Mauve Taupe #92626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 41.48%
G = 27.84%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#92626C (or 0x92626C) is known color: Mauve Taupe. HEX triplet: 92, 62 and 6C. RGB value is (146,98,108). Sum of RGB (Red+Green+Blue) = 146+98+108=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626C is #6D9D93. Grayscale: #717171. Windows color (decimal): -7183764 or 7103122. OLE color: 7103122.

HSL color Cylindrical-coordinate representation of color #92626C: hue angle of 347.5º 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 #92626C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 98 108 -
CMYK 0 0.33 0.26 0.43
HSL 347.5º 0.2% 0.48% -
HSV(B) 347.5º 0.33% 0.57% -
XYZ 18.93 15.93 16.26 -
YUV 113.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 146 98 108 0 0.33 0.26 0.43 347.5 0.2 0.48
Hex 92 62 6C 0 21 1A 2B 15C 14 30
Octal 222 142 154 0 41 32 53 534 24 60
Binary 10010010 1100010 1101100 0 100001 11010 101011 101011100 10100 110000

Color Harmonies of #92626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92626C

Black with #92626C

Text Example


Text Example

White with #92626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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