Html Css Color HEX #92696E Mauve Taupe

📋 copy color: '#92696E'

red 146 ◦ green 105 ◦ blue 110

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

Shades of Mauve Taupe #92696E

Tints of Mauve Taupe #92696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 40.44%
G = 29.09%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92696E (or 0x92696E) is known color: Mauve Taupe. HEX triplet: 92, 69 and 6E. RGB value is (146,105,110). Sum of RGB (Red+Green+Blue) = 146+105+110=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #92696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92696E is #6D9691. Grayscale: #757575. Windows color (decimal): -7181970 or 7235986. OLE color: 7235986.

HSL color Cylindrical-coordinate representation of color #92696E: hue angle of 352.68º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92696E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 105 110 -
CMYK 0 0.28 0.25 0.43
HSL 352.68º 0.16% 0.49% -
HSV(B) 352.68º 0.28% 0.57% -
XYZ 19.72 17.34 17.06 -
YUV 117.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 146 105 110 0 0.28 0.25 0.43 352.68 0.16 0.49
Hex 92 69 6E 0 1C 19 2B 161 10 31
Octal 222 151 156 0 34 31 53 541 20 61
Binary 10010010 1101001 1101110 0 11100 11001 101011 101100001 10000 110001

Color Harmonies of #92696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92696E

Black with #92696E

Text Example


Text Example

White with #92696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92696E; }

 p { color: rgb(146,105,110); }

 H1.HeaderClassName
 {
   color: #92696E;
 }
 .AnyTagClassName
 {
   color: #92696E;
 }
</style>

background-color css

<style>
 a { background-color: #92696E; }

 a { background-color: rgb(146,105,110); }

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

border-color css

<style>
 span { border-color: #92696E; }

 span { border-color: rgb(146,105,110); }

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