Html Css Color HEX #916066 Mauve Taupe

📋 copy color: '#916066'

red 145 ◦ green 96 ◦ blue 102

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

Shades of Mauve Taupe #916066

Tints of Mauve Taupe #916066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 42.27%
G = 27.99%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916066 (or 0x916066) is known color: Mauve Taupe. HEX triplet: 91, 60 and 66. RGB value is (145,96,102). Sum of RGB (Red+Green+Blue) = 145+96+102=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #916066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916066 is #6E9F99. Grayscale: #6F6F6F. Windows color (decimal): -7249818 or 6709393. OLE color: 6709393.

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

Color convert

RGB 145 96 102 -
CMYK 0 0.34 0.30 0.43
HSL 352.65º 0.2% 0.47% -
HSV(B) 352.65º 0.34% 0.57% -
XYZ 18.26 15.34 14.57 -
YUV 111.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 145 96 102 0 0.34 0.30 0.43 352.65 0.2 0.47
Hex 91 60 66 0 22 1E 2B 161 14 2F
Octal 221 140 146 0 42 36 53 541 24 57
Binary 10010001 1100000 1100110 0 100010 11110 101011 101100001 10100 101111

Color Harmonies of #916066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916066

Black with #916066

Text Example


Text Example

White with #916066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916066; }

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

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

background-color css

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

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

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

border-color css

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

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

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