Html Css Color HEX #965E6D Mauve Taupe

📋 copy color: '#965E6D'

red 150 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #965E6D

Tints of Mauve Taupe #965E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 42.49%
G = 26.63%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#965E6D (or 0x965E6D) is known color: Mauve Taupe. HEX triplet: 96, 5E and 6D. RGB value is (150,94,109). Sum of RGB (Red+Green+Blue) = 150+94+109=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E6D is #69A192. Grayscale: #707070. Windows color (decimal): -6922643 or 7167638. OLE color: 7167638.

HSL color Cylindrical-coordinate representation of color #965E6D: hue angle of 343.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E6D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 109 -
CMYK 0 0.37 0.27 0.41
HSL 343.93º 0.23% 0.48% -
HSV(B) 343.93º 0.37% 0.59% -
XYZ 19.34 15.59 16.46 -
YUV 112.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 150 94 109 0 0.37 0.27 0.41 343.93 0.23 0.48
Hex 96 5E 6D 0 25 1B 29 158 17 30
Octal 226 136 155 0 45 33 51 530 27 60
Binary 10010110 1011110 1101101 0 100101 11011 101001 101011000 10111 110000

Color Harmonies of #965E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E6D

Black with #965E6D

Text Example


Text Example

White with #965E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E6D; }

 p { color: rgb(150,94,109); }

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

background-color css

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

 a { background-color: rgb(150,94,109); }

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

border-color css

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

 span { border-color: rgb(150,94,109); }

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