Html Css Color HEX #966065 Mauve Taupe

📋 copy color: '#966065'

red 150 ◦ green 96 ◦ blue 101

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

Shades of Mauve Taupe #966065

Tints of Mauve Taupe #966065

RGB

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

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

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

R = 43.23%
G = 27.67%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#966065 (or 0x966065) is known color: Mauve Taupe. HEX triplet: 96, 60 and 65. RGB value is (150,96,101). Sum of RGB (Red+Green+Blue) = 150+96+101=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966065 is #699F9A. Grayscale: #707070. Windows color (decimal): -6922139 or 6643862. OLE color: 6643862.

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

Color convert

RGB 150 96 101 -
CMYK 0 0.36 0.33 0.41
HSL 354.44º 0.22% 0.48% -
HSV(B) 354.44º 0.36% 0.59% -
XYZ 19.11 15.79 14.35 -
YUV 112.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 150 96 101 0 0.36 0.33 0.41 354.44 0.22 0.48
Hex 96 60 65 0 24 21 29 162 16 30
Octal 226 140 145 0 44 41 51 542 26 60
Binary 10010110 1100000 1100101 0 100100 100001 101001 101100010 10110 110000

Color Harmonies of #966065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966065

Black with #966065

Text Example


Text Example

White with #966065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966065; }

 p { color: rgb(150,96,101); }

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

background-color css

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

 a { background-color: rgb(150,96,101); }

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

border-color css

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

 span { border-color: rgb(150,96,101); }

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