Html Css Color HEX #916A75 Mauve Taupe

📋 copy color: '#916A75'

red 145 ◦ green 106 ◦ blue 117

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

Shades of Mauve Taupe #916A75

Tints of Mauve Taupe #916A75

RGB

 RED value IS 145 (57.03% from 255) = 39.4%

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 39.4%
G = 28.8%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#916A75 (or 0x916A75) is known color: Mauve Taupe. HEX triplet: 91, 6A and 75. RGB value is (145,106,117). Sum of RGB (Red+Green+Blue) = 145+106+117=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #916A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A75 is #6E958A. Grayscale: #767676. Windows color (decimal): -7247243 or 7694993. OLE color: 7694993.

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

Color convert

RGB 145 106 117 -
CMYK 0 0.27 0.19 0.43
HSL 343.08º 0.16% 0.49% -
HSV(B) 343.08º 0.27% 0.57% -
XYZ 20.04 17.61 19.17 -
YUV 118.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 145 106 117 0 0.27 0.19 0.43 343.08 0.16 0.49
Hex 91 6A 75 0 1B 13 2B 157 10 31
Octal 221 152 165 0 33 23 53 527 20 61
Binary 10010001 1101010 1110101 0 11011 10011 101011 101010111 10000 110001

Color Harmonies of #916A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A75

Black with #916A75

Text Example


Text Example

White with #916A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916A75; }

 p { color: rgb(145,106,117); }

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

background-color css

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

 a { background-color: rgb(145,106,117); }

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

border-color css

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

 span { border-color: rgb(145,106,117); }

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