Html Css Color HEX #916073 Mauve Taupe

📋 copy color: '#916073'

red 145 ◦ green 96 ◦ blue 115

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

Shades of Mauve Taupe #916073

Tints of Mauve Taupe #916073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 40.73%
G = 26.97%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916073 (or 0x916073) is known color: Mauve Taupe. HEX triplet: 91, 60 and 73. RGB value is (145,96,115). Sum of RGB (Red+Green+Blue) = 145+96+115=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #916073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916073 is #6E9F8C. Grayscale: #707070. Windows color (decimal): -7249805 or 7561361. OLE color: 7561361.

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

Color convert

RGB 145 96 115 -
CMYK 0 0.34 0.21 0.43
HSL 336.73º 0.2% 0.47% -
HSV(B) 336.73º 0.34% 0.57% -
XYZ 18.95 15.62 18.24 -
YUV 112.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 145 96 115 0 0.34 0.21 0.43 336.73 0.2 0.47
Hex 91 60 73 0 22 15 2B 151 14 2F
Octal 221 140 163 0 42 25 53 521 24 57
Binary 10010001 1100000 1110011 0 100010 10101 101011 101010001 10100 101111

Color Harmonies of #916073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916073

Black with #916073

Text Example


Text Example

White with #916073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916073; }

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

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

background-color css

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

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

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

border-color css

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

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

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