Html Css Color HEX #926975 Mauve Taupe

📋 copy color: '#926975'

red 146 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #926975

Tints of Mauve Taupe #926975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 39.67%
G = 28.53%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926975 (or 0x926975) is known color: Mauve Taupe. HEX triplet: 92, 69 and 75. RGB value is (146,105,117). Sum of RGB (Red+Green+Blue) = 146+105+117=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #926975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926975 is #6D968A. Grayscale: #767676. Windows color (decimal): -7181963 or 7694738. OLE color: 7694738.

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

Color convert

RGB 146 105 117 -
CMYK 0 0.28 0.20 0.43
HSL 342.44º 0.16% 0.49% -
HSV(B) 342.44º 0.28% 0.57% -
XYZ 20.12 17.5 19.15 -
YUV 118.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 146 105 117 0 0.28 0.20 0.43 342.44 0.16 0.49
Hex 92 69 75 0 1C 14 2B 156 10 31
Octal 222 151 165 0 34 24 53 526 20 61
Binary 10010010 1101001 1110101 0 11100 10100 101011 101010110 10000 110001

Color Harmonies of #926975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926975

Black with #926975

Text Example


Text Example

White with #926975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926975; }

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

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

background-color css

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

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

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

border-color css

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

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

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