Html Css Color HEX #956064 Mauve Taupe

📋 copy color: '#956064'

red 149 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #956064

Tints of Mauve Taupe #956064

RGB

 RED value IS 149 (58.59% from 255) = 43.19%

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 43.19%
G = 27.83%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#956064 (or 0x956064) is known color: Mauve Taupe. HEX triplet: 95, 60 and 64. RGB value is (149,96,100). Sum of RGB (Red+Green+Blue) = 149+96+100=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956064 is #6A9F9B. Grayscale: #707070. Windows color (decimal): -6987676 or 6578325. OLE color: 6578325.

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

Color convert

RGB 149 96 100 -
CMYK 0 0.36 0.33 0.42
HSL 355.47º 0.22% 0.48% -
HSV(B) 355.47º 0.36% 0.58% -
XYZ 18.88 15.68 14.09 -
YUV 112.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 149 96 100 0 0.36 0.33 0.42 355.47 0.22 0.48
Hex 95 60 64 0 24 21 2A 163 16 30
Octal 225 140 144 0 44 41 52 543 26 60
Binary 10010101 1100000 1100100 0 100100 100001 101010 101100011 10110 110000

Color Harmonies of #956064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956064

Black with #956064

Text Example


Text Example

White with #956064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956064; }

 p { color: rgb(149,96,100); }

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

background-color css

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

 a { background-color: rgb(149,96,100); }

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

border-color css

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

 span { border-color: rgb(149,96,100); }

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