Html Css Color HEX #956265 Mauve Taupe

📋 copy color: '#956265'

red 149 ◦ green 98 ◦ blue 101

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

Shades of Mauve Taupe #956265

Tints of Mauve Taupe #956265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 42.82%
G = 28.16%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956265 (or 0x956265) is known color: Mauve Taupe. HEX triplet: 95, 62 and 65. RGB value is (149,98,101). Sum of RGB (Red+Green+Blue) = 149+98+101=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956265 is #6A9D9A. Grayscale: #717171. Windows color (decimal): -6987163 or 6644373. OLE color: 6644373.

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

Color convert

RGB 149 98 101 -
CMYK 0 0.34 0.32 0.42
HSL 356.47º 0.21% 0.48% -
HSV(B) 356.47º 0.34% 0.58% -
XYZ 19.11 16.06 14.41 -
YUV 113.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 149 98 101 0 0.34 0.32 0.42 356.47 0.21 0.48
Hex 95 62 65 0 22 20 2A 164 15 30
Octal 225 142 145 0 42 40 52 544 25 60
Binary 10010101 1100010 1100101 0 100010 100000 101010 101100100 10101 110000

Color Harmonies of #956265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956265

Black with #956265

Text Example


Text Example

White with #956265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956265; }

 p { color: rgb(149,98,101); }

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

background-color css

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

 a { background-color: rgb(149,98,101); }

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

border-color css

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

 span { border-color: rgb(149,98,101); }

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