Html Css Color HEX #915A6C Mauve Taupe

📋 copy color: '#915A6C'

red 145 ◦ green 90 ◦ blue 108

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

Shades of Mauve Taupe #915A6C

Tints of Mauve Taupe #915A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 42.27%
G = 26.24%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#915A6C (or 0x915A6C) is known color: Mauve Taupe. HEX triplet: 91, 5A and 6C. RGB value is (145,90,108). Sum of RGB (Red+Green+Blue) = 145+90+108=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6C is #6EA593. Grayscale: #6C6C6C. Windows color (decimal): -7251348 or 7101073. OLE color: 7101073.

HSL color Cylindrical-coordinate representation of color #915A6C: hue angle of 340.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A6C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 90 108 -
CMYK 0 0.38 0.26 0.43
HSL 340.36º 0.23% 0.46% -
HSV(B) 340.36º 0.38% 0.57% -
XYZ 18.04 14.41 16.02 -
YUV 108.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 145 90 108 0 0.38 0.26 0.43 340.36 0.23 0.46
Hex 91 5A 6C 0 26 1A 2B 154 17 2E
Octal 221 132 154 0 46 32 53 524 27 56
Binary 10010001 1011010 1101100 0 100110 11010 101011 101010100 10111 101110

Color Harmonies of #915A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A6C

Black with #915A6C

Text Example


Text Example

White with #915A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915A6C; }

 p { color: rgb(145,90,108); }

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

background-color css

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

 a { background-color: rgb(145,90,108); }

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

border-color css

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

 span { border-color: rgb(145,90,108); }

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