Html Css Color HEX #916869 Mauve Taupe

📋 copy color: '#916869'

red 145 ◦ green 104 ◦ blue 105

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

Shades of Mauve Taupe #916869

Tints of Mauve Taupe #916869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 40.96%
G = 29.38%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916869 (or 0x916869) is known color: Mauve Taupe. HEX triplet: 91, 68 and 69. RGB value is (145,104,105). Sum of RGB (Red+Green+Blue) = 145+104+105=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #916869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916869 is #6E9796. Grayscale: #747474. Windows color (decimal): -7247767 or 6908049. OLE color: 6908049.

HSL color Cylindrical-coordinate representation of color #916869: hue angle of 358.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916869 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 105 -
CMYK 0 0.28 0.28 0.43
HSL 358.54º 0.16% 0.49% -
HSV(B) 358.54º 0.28% 0.57% -
XYZ 19.18 16.94 15.62 -
YUV 116.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 145 104 105 0 0.28 0.28 0.43 358.54 0.16 0.49
Hex 91 68 69 0 1C 1C 2B 167 10 31
Octal 221 150 151 0 34 34 53 547 20 61
Binary 10010001 1101000 1101001 0 11100 11100 101011 101100111 10000 110001

Color Harmonies of #916869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916869

Black with #916869

Text Example


Text Example

White with #916869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916869; }

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

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

background-color css

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

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

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

border-color css

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

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

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