Html Css Color HEX #916162 Mauve Taupe

📋 copy color: '#916162'

red 145 ◦ green 97 ◦ blue 98

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

Shades of Mauve Taupe #916162

Tints of Mauve Taupe #916162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 42.65%
G = 28.53%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916162 (or 0x916162) is known color: Mauve Taupe. HEX triplet: 91, 61 and 62. RGB value is (145,97,98). Sum of RGB (Red+Green+Blue) = 145+97+98=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #916162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916162 is #6E9E9D. Grayscale: #6F6F6F. Windows color (decimal): -7249566 or 6447505. OLE color: 6447505.

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

Color convert

RGB 145 97 98 -
CMYK 0 0.33 0.32 0.43
HSL 358.75º 0.2% 0.47% -
HSV(B) 358.75º 0.33% 0.57% -
XYZ 18.16 15.45 13.58 -
YUV 111.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 145 97 98 0 0.33 0.32 0.43 358.75 0.2 0.47
Hex 91 61 62 0 21 20 2B 167 14 2F
Octal 221 141 142 0 41 40 53 547 24 57
Binary 10010001 1100001 1100010 0 100001 100000 101011 101100111 10100 101111

Color Harmonies of #916162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916162

Black with #916162

Text Example


Text Example

White with #916162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916162; }

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

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

background-color css

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

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

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

border-color css

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

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

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