Html Css Color HEX #965871 Mauve Taupe

📋 copy color: '#965871'

red 150 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #965871

Tints of Mauve Taupe #965871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 42.74%
G = 25.07%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965871 (or 0x965871) is known color: Mauve Taupe. HEX triplet: 96, 58 and 71. RGB value is (150,88,113). Sum of RGB (Red+Green+Blue) = 150+88+113=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965871 is #69A78E. Grayscale: #6D6D6D. Windows color (decimal): -6924175 or 7428246. OLE color: 7428246.

HSL color Cylindrical-coordinate representation of color #965871: hue angle of 335.81º 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 #965871 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 113 -
CMYK 0 0.41 0.25 0.41
HSL 335.81º 0.26% 0.47% -
HSV(B) 335.81º 0.41% 0.59% -
XYZ 19.05 14.66 17.45 -
YUV 109.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 150 88 113 0 0.41 0.25 0.41 335.81 0.26 0.47
Hex 96 58 71 0 29 19 29 150 1A 2F
Octal 226 130 161 0 51 31 51 520 32 57
Binary 10010110 1011000 1110001 0 101001 11001 101001 101010000 11010 101111

Color Harmonies of #965871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965871

Black with #965871

Text Example


Text Example

White with #965871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965871; }

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

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

background-color css

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

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

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

border-color css

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

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

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