Html Css Color HEX #965873 Mauve Taupe

📋 copy color: '#965873'

red 150 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #965873

Tints of Mauve Taupe #965873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 42.49%
G = 24.93%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965873 (or 0x965873) is known color: Mauve Taupe. HEX triplet: 96, 58 and 73. RGB value is (150,88,115). Sum of RGB (Red+Green+Blue) = 150+88+115=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965873 is #69A78C. Grayscale: #6D6D6D. Windows color (decimal): -6924173 or 7559318. OLE color: 7559318.

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

Color convert

RGB 150 88 115 -
CMYK 0 0.41 0.23 0.41
HSL 333.87º 0.26% 0.47% -
HSV(B) 333.87º 0.41% 0.59% -
XYZ 19.16 14.7 18.05 -
YUV 109.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 150 88 115 0 0.41 0.23 0.41 333.87 0.26 0.47
Hex 96 58 73 0 29 17 29 14E 1A 2F
Octal 226 130 163 0 51 27 51 516 32 57
Binary 10010110 1011000 1110011 0 101001 10111 101001 101001110 11010 101111

Color Harmonies of #965873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965873

Black with #965873

Text Example


Text Example

White with #965873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965873; }

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

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

background-color css

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

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

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

border-color css

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

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

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