Html Css Color HEX #916062 Mauve Taupe

📋 copy color: '#916062'

red 145 ◦ green 96 ◦ blue 98

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

Shades of Mauve Taupe #916062

Tints of Mauve Taupe #916062

RGB

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

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

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

R = 42.77%
G = 28.32%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916062 (or 0x916062) is known color: Mauve Taupe. HEX triplet: 91, 60 and 62. RGB value is (145,96,98). Sum of RGB (Red+Green+Blue) = 145+96+98=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916062 is #6E9F9D. Grayscale: #6E6E6E. Windows color (decimal): -7249822 or 6447249. OLE color: 6447249.

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

Color convert

RGB 145 96 98 -
CMYK 0 0.34 0.32 0.43
HSL 357.55º 0.2% 0.47% -
HSV(B) 357.55º 0.34% 0.57% -
XYZ 18.06 15.27 13.55 -
YUV 110.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 145 96 98 0 0.34 0.32 0.43 357.55 0.2 0.47
Hex 91 60 62 0 22 20 2B 166 14 2F
Octal 221 140 142 0 42 40 53 546 24 57
Binary 10010001 1100000 1100010 0 100010 100000 101011 101100110 10100 101111

Color Harmonies of #916062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916062

Black with #916062

Text Example


Text Example

White with #916062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916062; }

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

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

background-color css

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

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

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

border-color css

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

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

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