Html Css Color HEX #916069 Mauve Taupe

📋 copy color: '#916069'

red 145 ◦ green 96 ◦ blue 105

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

Shades of Mauve Taupe #916069

Tints of Mauve Taupe #916069

RGB

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

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

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

R = 41.91%
G = 27.75%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916069 (or 0x916069) is known color: Mauve Taupe. HEX triplet: 91, 60 and 69. RGB value is (145,96,105). Sum of RGB (Red+Green+Blue) = 145+96+105=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916069 is #6E9F96. Grayscale: #6F6F6F. Windows color (decimal): -7249815 or 6906001. OLE color: 6906001.

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

Color convert

RGB 145 96 105 -
CMYK 0 0.34 0.28 0.43
HSL 348.98º 0.2% 0.47% -
HSV(B) 348.98º 0.34% 0.57% -
XYZ 18.41 15.41 15.37 -
YUV 111.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 145 96 105 0 0.34 0.28 0.43 348.98 0.2 0.47
Hex 91 60 69 0 22 1C 2B 15D 14 2F
Octal 221 140 151 0 42 34 53 535 24 57
Binary 10010001 1100000 1101001 0 100010 11100 101011 101011101 10100 101111

Color Harmonies of #916069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916069

Black with #916069

Text Example


Text Example

White with #916069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916069; }

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

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

background-color css

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

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

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

border-color css

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

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

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