Html Css Color HEX #996065 Mauve Taupe

📋 copy color: '#996065'

red 153 ◦ green 96 ◦ blue 101

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

Shades of Mauve Taupe #996065

Tints of Mauve Taupe #996065

RGB

 RED value IS 153 (60.16% from 255) = 43.71%

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

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

R = 43.71%
G = 27.43%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#996065 (or 0x996065) is known color: Mauve Taupe. HEX triplet: 99, 60 and 65. RGB value is (153,96,101). Sum of RGB (Red+Green+Blue) = 153+96+101=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996065 is #669F9A. Grayscale: #717171. Windows color (decimal): -6725531 or 6643865. OLE color: 6643865.

HSL color Cylindrical-coordinate representation of color #996065: hue angle of 354.74º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996065 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 101 -
CMYK 0 0.37 0.34 0.4
HSL 354.74º 0.23% 0.49% -
HSV(B) 354.74º 0.37% 0.6% -
XYZ 19.67 16.08 14.38 -
YUV 113.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 153 96 101 0 0.37 0.34 0.4 354.74 0.23 0.49
Hex 99 60 65 0 25 22 28 163 17 31
Octal 231 140 145 0 45 42 50 543 27 61
Binary 10011001 1100000 1100101 0 100101 100010 101000 101100011 10111 110001

Color Harmonies of #996065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996065

Black with #996065

Text Example


Text Example

White with #996065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996065; }

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

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

background-color css

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

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

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

border-color css

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

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

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