Html Css Color HEX #915D67 Mauve Taupe

📋 copy color: '#915D67'

red 145 ◦ green 93 ◦ blue 103

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

Shades of Mauve Taupe #915D67

Tints of Mauve Taupe #915D67

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

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

R = 42.52%
G = 27.27%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#915D67 (or 0x915D67) is known color: Mauve Taupe. HEX triplet: 91, 5D and 67. RGB value is (145,93,103). Sum of RGB (Red+Green+Blue) = 145+93+103=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #915D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D67 is #6EA298. Grayscale: #6D6D6D. Windows color (decimal): -7250585 or 6774161. OLE color: 6774161.

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

Color convert

RGB 145 93 103 -
CMYK 0 0.36 0.29 0.43
HSL 348.46º 0.22% 0.47% -
HSV(B) 348.46º 0.36% 0.57% -
XYZ 18.04 14.83 14.74 -
YUV 109.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 145 93 103 0 0.36 0.29 0.43 348.46 0.22 0.47
Hex 91 5D 67 0 24 1D 2B 15C 16 2F
Octal 221 135 147 0 44 35 53 534 26 57
Binary 10010001 1011101 1100111 0 100100 11101 101011 101011100 10110 101111

Color Harmonies of #915D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D67

Black with #915D67

Text Example


Text Example

White with #915D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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