Html Css Color HEX #916A6E Mauve Taupe

📋 copy color: '#916A6E'

red 145 ◦ green 106 ◦ blue 110

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

Shades of Mauve Taupe #916A6E

Tints of Mauve Taupe #916A6E

RGB

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

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

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

R = 40.17%
G = 29.36%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#916A6E (or 0x916A6E) is known color: Mauve Taupe. HEX triplet: 91, 6A and 6E. RGB value is (145,106,110). Sum of RGB (Red+Green+Blue) = 145+106+110=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A6E is #6E9591. Grayscale: #767676. Windows color (decimal): -7247250 or 7236241. OLE color: 7236241.

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

Color convert

RGB 145 106 110 -
CMYK 0 0.27 0.24 0.43
HSL 353.85º 0.16% 0.49% -
HSV(B) 353.85º 0.27% 0.57% -
XYZ 19.65 17.45 17.09 -
YUV 118.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 145 106 110 0 0.27 0.24 0.43 353.85 0.16 0.49
Hex 91 6A 6E 0 1B 18 2B 162 10 31
Octal 221 152 156 0 33 30 53 542 20 61
Binary 10010001 1101010 1101110 0 11011 11000 101011 101100010 10000 110001

Color Harmonies of #916A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A6E

Black with #916A6E

Text Example


Text Example

White with #916A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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