Html Css Color HEX #966873 Mauve Taupe

📋 copy color: '#966873'

red 150 ◦ green 104 ◦ blue 115

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

Shades of Mauve Taupe #966873

Tints of Mauve Taupe #966873

RGB

 RED value IS 150 (58.98% from 255) = 40.65%

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

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

R = 40.65%
G = 28.18%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#966873 (or 0x966873) is known color: Mauve Taupe. HEX triplet: 96, 68 and 73. RGB value is (150,104,115). Sum of RGB (Red+Green+Blue) = 150+104+115=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966873 is #69978C. Grayscale: #777777. Windows color (decimal): -6920077 or 7563414. OLE color: 7563414.

HSL color Cylindrical-coordinate representation of color #966873: hue angle of 345.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966873 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 115 -
CMYK 0 0.31 0.23 0.41
HSL 345.65º 0.18% 0.5% -
HSV(B) 345.65º 0.31% 0.59% -
XYZ 20.62 17.62 18.53 -
YUV 119.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 150 104 115 0 0.31 0.23 0.41 345.65 0.18 0.5
Hex 96 68 73 0 1F 17 29 15A 12 32
Octal 226 150 163 0 37 27 51 532 22 62
Binary 10010110 1101000 1110011 0 11111 10111 101001 101011010 10010 110010

Color Harmonies of #966873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966873

Black with #966873

Text Example


Text Example

White with #966873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966873; }

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

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

background-color css

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

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

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

border-color css

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

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

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