Html Css Color HEX #916061 Mauve Taupe

📋 copy color: '#916061'

red 145 ◦ green 96 ◦ blue 97

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

Shades of Mauve Taupe #916061

Tints of Mauve Taupe #916061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 42.9%
G = 28.4%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#916061 (or 0x916061) is known color: Mauve Taupe. HEX triplet: 91, 60 and 61. RGB value is (145,96,97). Sum of RGB (Red+Green+Blue) = 145+96+97=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #916061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916061 is #6E9F9E. Grayscale: #6E6E6E. Windows color (decimal): -7249823 or 6381713. OLE color: 6381713.

HSL color Cylindrical-coordinate representation of color #916061: hue angle of 358.78º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916061 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 96 97 -
CMYK 0 0.34 0.33 0.43
HSL 358.78º 0.2% 0.47% -
HSV(B) 358.78º 0.34% 0.57% -
XYZ 18.02 15.25 13.3 -
YUV 110.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 145 96 97 0 0.34 0.33 0.43 358.78 0.2 0.47
Hex 91 60 61 0 22 21 2B 167 14 2F
Octal 221 140 141 0 42 41 53 547 24 57
Binary 10010001 1100000 1100001 0 100010 100001 101011 101100111 10100 101111

Color Harmonies of #916061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916061

Black with #916061

Text Example


Text Example

White with #916061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916061; }

 p { color: rgb(145,96,97); }

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

background-color css

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

 a { background-color: rgb(145,96,97); }

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

border-color css

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

 span { border-color: rgb(145,96,97); }

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