Html Css Color HEX #96576F Mauve Taupe

📋 copy color: '#96576F'

red 150 ◦ green 87 ◦ blue 111

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

Shades of Mauve Taupe #96576F

Tints of Mauve Taupe #96576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 43.1%
G = 25%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96576F (or 0x96576F) is known color: Mauve Taupe. HEX triplet: 96, 57 and 6F. RGB value is (150,87,111). Sum of RGB (Red+Green+Blue) = 150+87+111=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96576F is #69A890. Grayscale: #6C6C6C. Windows color (decimal): -6924433 or 7296918. OLE color: 7296918.

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

Color convert

RGB 150 87 111 -
CMYK 0 0.42 0.26 0.41
HSL 337.14º 0.27% 0.46% -
HSV(B) 337.14º 0.42% 0.59% -
XYZ 18.86 14.45 16.83 -
YUV 108.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 150 87 111 0 0.42 0.26 0.41 337.14 0.27 0.46
Hex 96 57 6F 0 2A 1A 29 151 1B 2E
Octal 226 127 157 0 52 32 51 521 33 56
Binary 10010110 1010111 1101111 0 101010 11010 101001 101010001 11011 101110

Color Harmonies of #96576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96576F

Black with #96576F

Text Example


Text Example

White with #96576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96576F; }

 p { color: rgb(150,87,111); }

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

background-color css

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

 a { background-color: rgb(150,87,111); }

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

border-color css

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

 span { border-color: rgb(150,87,111); }

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