Html Css Color HEX #92696A Mauve Taupe

📋 copy color: '#92696A'

red 146 ◦ green 105 ◦ blue 106

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

Shades of Mauve Taupe #92696A

Tints of Mauve Taupe #92696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 40.9%
G = 29.41%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92696A (or 0x92696A) is known color: Mauve Taupe. HEX triplet: 92, 69 and 6A. RGB value is (146,105,106). Sum of RGB (Red+Green+Blue) = 146+105+106=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92696A is #6D9695. Grayscale: #757575. Windows color (decimal): -7181974 or 6973842. OLE color: 6973842.

HSL color Cylindrical-coordinate representation of color #92696A: hue angle of 358.54º 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 #92696A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 105 106 -
CMYK 0 0.28 0.27 0.43
HSL 358.54º 0.16% 0.49% -
HSV(B) 358.54º 0.28% 0.57% -
XYZ 19.51 17.25 15.94 -
YUV 117.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 146 105 106 0 0.28 0.27 0.43 358.54 0.16 0.49
Hex 92 69 6A 0 1C 1B 2B 167 10 31
Octal 222 151 152 0 34 33 53 547 20 61
Binary 10010010 1101001 1101010 0 11100 11011 101011 101100111 10000 110001

Color Harmonies of #92696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92696A

Black with #92696A

Text Example


Text Example

White with #92696A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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