Html Css Color HEX #916269 Mauve Taupe

📋 copy color: '#916269'

red 145 ◦ green 98 ◦ blue 105

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

Shades of Mauve Taupe #916269

Tints of Mauve Taupe #916269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 41.67%
G = 28.16%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916269 (or 0x916269) is known color: Mauve Taupe. HEX triplet: 91, 62 and 69. RGB value is (145,98,105). Sum of RGB (Red+Green+Blue) = 145+98+105=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916269 is #6E9D96. Grayscale: #707070. Windows color (decimal): -7249303 or 6906513. OLE color: 6906513.

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

Color convert

RGB 145 98 105 -
CMYK 0 0.32 0.28 0.43
HSL 351.06º 0.19% 0.48% -
HSV(B) 351.06º 0.32% 0.57% -
XYZ 18.59 15.78 15.43 -
YUV 112.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 145 98 105 0 0.32 0.28 0.43 351.06 0.19 0.48
Hex 91 62 69 0 20 1C 2B 15F 13 30
Octal 221 142 151 0 40 34 53 537 23 60
Binary 10010001 1100010 1101001 0 100000 11100 101011 101011111 10011 110000

Color Harmonies of #916269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916269

Black with #916269

Text Example


Text Example

White with #916269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916269; }

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

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

background-color css

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

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

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

border-color css

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

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

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