Html Css Color HEX #915A6B Mauve Taupe

📋 copy color: '#915A6B'

red 145 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #915A6B

Tints of Mauve Taupe #915A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 42.4%
G = 26.32%
B = 31.29%

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

#915A6B (or 0x915A6B) is known color: Mauve Taupe. HEX triplet: 91, 5A and 6B. RGB value is (145,90,107). Sum of RGB (Red+Green+Blue) = 145+90+107=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6B is #6EA594. Grayscale: #6C6C6C. Windows color (decimal): -7251349 or 7035537. OLE color: 7035537.

HSL color Cylindrical-coordinate representation of color #915A6B: hue angle of 341.45º 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 #915A6B is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 90 107 -
CMYK 0 0.38 0.26 0.43
HSL 341.45º 0.23% 0.46% -
HSV(B) 341.45º 0.38% 0.57% -
XYZ 17.99 14.39 15.74 -
YUV 108.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 145 90 107 0 0.38 0.26 0.43 341.45 0.23 0.46
Hex 91 5A 6B 0 26 1A 2B 155 17 2E
Octal 221 132 153 0 46 32 53 525 27 56
Binary 10010001 1011010 1101011 0 100110 11010 101011 101010101 10111 101110

Color Harmonies of #915A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A6B

Black with #915A6B

Text Example


Text Example

White with #915A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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