Html Css Color HEX #916A70 Mauve Taupe

📋 copy color: '#916A70'

red 145 ◦ green 106 ◦ blue 112

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

Shades of Mauve Taupe #916A70

Tints of Mauve Taupe #916A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 39.94%
G = 29.2%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#916A70 (or 0x916A70) is known color: Mauve Taupe. HEX triplet: 91, 6A and 70. RGB value is (145,106,112). Sum of RGB (Red+Green+Blue) = 145+106+112=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A70 is #6E958F. Grayscale: #767676. Windows color (decimal): -7247248 or 7367313. OLE color: 7367313.

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

Color convert

RGB 145 106 112 -
CMYK 0 0.27 0.23 0.43
HSL 350.77º 0.16% 0.49% -
HSV(B) 350.77º 0.27% 0.57% -
XYZ 19.76 17.5 17.67 -
YUV 118.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 145 106 112 0 0.27 0.23 0.43 350.77 0.16 0.49
Hex 91 6A 70 0 1B 17 2B 15F 10 31
Octal 221 152 160 0 33 27 53 537 20 61
Binary 10010001 1101010 1110000 0 11011 10111 101011 101011111 10000 110001

Color Harmonies of #916A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A70

Black with #916A70

Text Example


Text Example

White with #916A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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