Html Css Color HEX #916266 Mauve Taupe

📋 copy color: '#916266'

red 145 ◦ green 98 ◦ blue 102

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

Shades of Mauve Taupe #916266

Tints of Mauve Taupe #916266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 42.03%
G = 28.41%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916266 (or 0x916266) is known color: Mauve Taupe. HEX triplet: 91, 62 and 66. RGB value is (145,98,102). Sum of RGB (Red+Green+Blue) = 145+98+102=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916266 is #6E9D99. Grayscale: #707070. Windows color (decimal): -7249306 or 6709905. OLE color: 6709905.

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

Color convert

RGB 145 98 102 -
CMYK 0 0.32 0.30 0.43
HSL 354.89º 0.19% 0.48% -
HSV(B) 354.89º 0.32% 0.57% -
XYZ 18.44 15.71 14.63 -
YUV 112.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 145 98 102 0 0.32 0.30 0.43 354.89 0.19 0.48
Hex 91 62 66 0 20 1E 2B 163 13 30
Octal 221 142 146 0 40 36 53 543 23 60
Binary 10010001 1100010 1100110 0 100000 11110 101011 101100011 10011 110000

Color Harmonies of #916266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916266

Black with #916266

Text Example


Text Example

White with #916266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916266; }

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

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

background-color css

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

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

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

border-color css

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

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

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