Html Css Color HEX #915C67 Mauve Taupe

📋 copy color: '#915C67'

red 145 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #915C67

Tints of Mauve Taupe #915C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 42.65%
G = 27.06%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#915C67 (or 0x915C67) is known color: Mauve Taupe. HEX triplet: 91, 5C and 67. RGB value is (145,92,103). Sum of RGB (Red+Green+Blue) = 145+92+103=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #915C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C67 is #6EA398. Grayscale: #6D6D6D. Windows color (decimal): -7250841 or 6773905. OLE color: 6773905.

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

Color convert

RGB 145 92 103 -
CMYK 0 0.37 0.29 0.43
HSL 347.55º 0.22% 0.46% -
HSV(B) 347.55º 0.37% 0.57% -
XYZ 17.95 14.65 14.71 -
YUV 109.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 145 92 103 0 0.37 0.29 0.43 347.55 0.22 0.46
Hex 91 5C 67 0 25 1D 2B 15C 16 2E
Octal 221 134 147 0 45 35 53 534 26 56
Binary 10010001 1011100 1100111 0 100101 11101 101011 101011100 10110 101110

Color Harmonies of #915C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C67

Black with #915C67

Text Example


Text Example

White with #915C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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