Html Css Color HEX #996368 Mauve Taupe

📋 copy color: '#996368'

red 153 ◦ green 99 ◦ blue 104

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

Shades of Mauve Taupe #996368

Tints of Mauve Taupe #996368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 42.98%
G = 27.81%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#996368 (or 0x996368) is known color: Mauve Taupe. HEX triplet: 99, 63 and 68. RGB value is (153,99,104). Sum of RGB (Red+Green+Blue) = 153+99+104=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996368 is #669C97. Grayscale: #737373. Windows color (decimal): -6724760 or 6841241. OLE color: 6841241.

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

Color convert

RGB 153 99 104 -
CMYK 0 0.35 0.32 0.4
HSL 354.44º 0.21% 0.49% -
HSV(B) 354.44º 0.35% 0.6% -
XYZ 20.1 16.7 15.26 -
YUV 115.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 153 99 104 0 0.35 0.32 0.4 354.44 0.21 0.49
Hex 99 63 68 0 23 20 28 162 15 31
Octal 231 143 150 0 43 40 50 542 25 61
Binary 10011001 1100011 1101000 0 100011 100000 101000 101100010 10101 110001

Color Harmonies of #996368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996368

Black with #996368

Text Example


Text Example

White with #996368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996368; }

 p { color: rgb(153,99,104); }

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

background-color css

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

 a { background-color: rgb(153,99,104); }

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

border-color css

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

 span { border-color: rgb(153,99,104); }

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