Html Css Color HEX #915C6A Mauve Taupe

📋 copy color: '#915C6A'

red 145 ◦ green 92 ◦ blue 106

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

Shades of Mauve Taupe #915C6A

Tints of Mauve Taupe #915C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 42.27%
G = 26.82%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#915C6A (or 0x915C6A) is known color: Mauve Taupe. HEX triplet: 91, 5C and 6A. RGB value is (145,92,106). Sum of RGB (Red+Green+Blue) = 145+92+106=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C6A is #6EA395. Grayscale: #6D6D6D. Windows color (decimal): -7250838 or 6970513. OLE color: 6970513.

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

Color convert

RGB 145 92 106 -
CMYK 0 0.37 0.27 0.43
HSL 344.15º 0.22% 0.46% -
HSV(B) 344.15º 0.37% 0.57% -
XYZ 18.11 14.71 15.52 -
YUV 109.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 145 92 106 0 0.37 0.27 0.43 344.15 0.22 0.46
Hex 91 5C 6A 0 25 1B 2B 158 16 2E
Octal 221 134 152 0 45 33 53 530 26 56
Binary 10010001 1011100 1101010 0 100101 11011 101011 101011000 10110 101110

Color Harmonies of #915C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C6A

Black with #915C6A

Text Example


Text Example

White with #915C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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