Html Css Color HEX #936873 Mauve Taupe

📋 copy color: '#936873'

red 147 ◦ green 104 ◦ blue 115

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

Shades of Mauve Taupe #936873

Tints of Mauve Taupe #936873

RGB

 RED value IS 147 (57.81% from 255) = 40.16%

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 40.16%
G = 28.42%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#936873 (or 0x936873) is known color: Mauve Taupe. HEX triplet: 93, 68 and 73. RGB value is (147,104,115). Sum of RGB (Red+Green+Blue) = 147+104+115=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936873 is #6C978C. Grayscale: #767676. Windows color (decimal): -7116685 or 7563411. OLE color: 7563411.

HSL color Cylindrical-coordinate representation of color #936873: hue angle of 344.65º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936873 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 115 -
CMYK 0 0.29 0.22 0.42
HSL 344.65º 0.17% 0.49% -
HSV(B) 344.65º 0.29% 0.58% -
XYZ 20.08 17.34 18.51 -
YUV 118.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 147 104 115 0 0.29 0.22 0.42 344.65 0.17 0.49
Hex 93 68 73 0 1D 16 2A 159 11 31
Octal 223 150 163 0 35 26 52 531 21 61
Binary 10010011 1101000 1110011 0 11101 10110 101010 101011001 10001 110001

Color Harmonies of #936873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936873

Black with #936873

Text Example


Text Example

White with #936873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936873; }

 p { color: rgb(147,104,115); }

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

background-color css

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

 a { background-color: rgb(147,104,115); }

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

border-color css

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

 span { border-color: rgb(147,104,115); }

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