Html Css Color HEX #916466 Mauve Taupe

📋 copy color: '#916466'

red 145 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #916466

Tints of Mauve Taupe #916466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 41.79%
G = 28.82%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916466 (or 0x916466) is known color: Mauve Taupe. HEX triplet: 91, 64 and 66. RGB value is (145,100,102). Sum of RGB (Red+Green+Blue) = 145+100+102=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916466 is #6E9B99. Grayscale: #717171. Windows color (decimal): -7248794 or 6710417. OLE color: 6710417.

HSL color Cylindrical-coordinate representation of color #916466: hue angle of 357.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916466 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 100 102 -
CMYK 0 0.31 0.30 0.43
HSL 357.33º 0.18% 0.48% -
HSV(B) 357.33º 0.31% 0.57% -
XYZ 18.63 16.09 14.69 -
YUV 113.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 145 100 102 0 0.31 0.30 0.43 357.33 0.18 0.48
Hex 91 64 66 0 1F 1E 2B 165 12 30
Octal 221 144 146 0 37 36 53 545 22 60
Binary 10010001 1100100 1100110 0 11111 11110 101011 101100101 10010 110000

Color Harmonies of #916466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916466

Black with #916466

Text Example


Text Example

White with #916466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916466; }

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

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

background-color css

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

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

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

border-color css

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

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

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