Html Css Color HEX #916875 Mauve Taupe

📋 copy color: '#916875'

red 145 ◦ green 104 ◦ blue 117

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

Shades of Mauve Taupe #916875

Tints of Mauve Taupe #916875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 39.62%
G = 28.42%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#916875 (or 0x916875) is known color: Mauve Taupe. HEX triplet: 91, 68 and 75. RGB value is (145,104,117). Sum of RGB (Red+Green+Blue) = 145+104+117=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916875 is #6E978A. Grayscale: #757575. Windows color (decimal): -7247755 or 7694481. OLE color: 7694481.

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

Color convert

RGB 145 104 117 -
CMYK 0 0.28 0.19 0.43
HSL 340.98º 0.16% 0.49% -
HSV(B) 340.98º 0.28% 0.57% -
XYZ 19.84 17.2 19.1 -
YUV 117.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 145 104 117 0 0.28 0.19 0.43 340.98 0.16 0.49
Hex 91 68 75 0 1C 13 2B 155 10 31
Octal 221 150 165 0 34 23 53 525 20 61
Binary 10010001 1101000 1110101 0 11100 10011 101011 101010101 10000 110001

Color Harmonies of #916875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916875

Black with #916875

Text Example


Text Example

White with #916875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916875; }

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

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

background-color css

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

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

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

border-color css

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

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

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