Html Css Color HEX #915C69 Mauve Taupe

📋 copy color: '#915C69'

red 145 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #915C69

Tints of Mauve Taupe #915C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 42.4%
G = 26.9%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#915C69 (or 0x915C69) is known color: Mauve Taupe. HEX triplet: 91, 5C and 69. RGB value is (145,92,105). Sum of RGB (Red+Green+Blue) = 145+92+105=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #915C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C69 is #6EA396. Grayscale: #6D6D6D. Windows color (decimal): -7250839 or 6904977. OLE color: 6904977.

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

Color convert

RGB 145 92 105 -
CMYK 0 0.37 0.28 0.43
HSL 345.28º 0.22% 0.46% -
HSV(B) 345.28º 0.37% 0.57% -
XYZ 18.05 14.69 15.25 -
YUV 109.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 145 92 105 0 0.37 0.28 0.43 345.28 0.22 0.46
Hex 91 5C 69 0 25 1C 2B 159 16 2E
Octal 221 134 151 0 45 34 53 531 26 56
Binary 10010001 1011100 1101001 0 100101 11100 101011 101011001 10110 101110

Color Harmonies of #915C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C69

Black with #915C69

Text Example


Text Example

White with #915C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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