Html Css Color HEX #915C66 Mauve Taupe

📋 copy color: '#915C66'

red 145 ◦ green 92 ◦ blue 102

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

Shades of Mauve Taupe #915C66

Tints of Mauve Taupe #915C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 42.77%
G = 27.14%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#915C66 (or 0x915C66) is known color: Mauve Taupe. HEX triplet: 91, 5C and 66. RGB value is (145,92,102). Sum of RGB (Red+Green+Blue) = 145+92+102=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C66 is #6EA399. Grayscale: #6D6D6D. Windows color (decimal): -7250842 or 6708369. OLE color: 6708369.

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

Color convert

RGB 145 92 102 -
CMYK 0 0.37 0.30 0.43
HSL 348.68º 0.22% 0.46% -
HSV(B) 348.68º 0.37% 0.57% -
XYZ 17.9 14.63 14.45 -
YUV 108.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 145 92 102 0 0.37 0.30 0.43 348.68 0.22 0.46
Hex 91 5C 66 0 25 1E 2B 15D 16 2E
Octal 221 134 146 0 45 36 53 535 26 56
Binary 10010001 1011100 1100110 0 100101 11110 101011 101011101 10110 101110

Color Harmonies of #915C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C66

Black with #915C66

Text Example


Text Example

White with #915C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,102); }

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

background-color css

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

 a { background-color: rgb(145,92,102); }

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

border-color css

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

 span { border-color: rgb(145,92,102); }

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