Html Css Color HEX #956467 Mauve Taupe

📋 copy color: '#956467'

red 149 ◦ green 100 ◦ blue 103

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

Shades of Mauve Taupe #956467

Tints of Mauve Taupe #956467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 42.33%
G = 28.41%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#956467 (or 0x956467) is known color: Mauve Taupe. HEX triplet: 95, 64 and 67. RGB value is (149,100,103). Sum of RGB (Red+Green+Blue) = 149+100+103=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956467 is #6A9B98. Grayscale: #737373. Windows color (decimal): -6986649 or 6775957. OLE color: 6775957.

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

Color convert

RGB 149 100 103 -
CMYK 0 0.33 0.31 0.42
HSL 356.33º 0.2% 0.49% -
HSV(B) 356.33º 0.33% 0.58% -
XYZ 19.4 16.48 14.99 -
YUV 114.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 149 100 103 0 0.33 0.31 0.42 356.33 0.2 0.49
Hex 95 64 67 0 21 1F 2A 164 14 31
Octal 225 144 147 0 41 37 52 544 24 61
Binary 10010101 1100100 1100111 0 100001 11111 101010 101100100 10100 110001

Color Harmonies of #956467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956467

Black with #956467

Text Example


Text Example

White with #956467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956467; }

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

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

background-color css

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

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

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

border-color css

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

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

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