Html Css Color HEX #965E6E Mauve Taupe

📋 copy color: '#965E6E'

red 150 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #965E6E

Tints of Mauve Taupe #965E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 42.37%
G = 26.55%
B = 31.07%

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

#965E6E (or 0x965E6E) is known color: Mauve Taupe. HEX triplet: 96, 5E and 6E. RGB value is (150,94,110). Sum of RGB (Red+Green+Blue) = 150+94+110=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #965E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E6E is #69A191. Grayscale: #707070. Windows color (decimal): -6922642 or 7233174. OLE color: 7233174.

HSL color Cylindrical-coordinate representation of color #965E6E: hue angle of 342.86º 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 #965E6E is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 110 -
CMYK 0 0.37 0.27 0.41
HSL 342.86º 0.23% 0.48% -
HSV(B) 342.86º 0.37% 0.59% -
XYZ 19.39 15.62 16.74 -
YUV 112.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 150 94 110 0 0.37 0.27 0.41 342.86 0.23 0.48
Hex 96 5E 6E 0 25 1B 29 157 17 30
Octal 226 136 156 0 45 33 51 527 27 60
Binary 10010110 1011110 1101110 0 100101 11011 101001 101010111 10111 110000

Color Harmonies of #965E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E6E

Black with #965E6E

Text Example


Text Example

White with #965E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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