Html Css Color HEX #996369 Mauve Taupe

📋 copy color: '#996369'

red 153 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #996369

Tints of Mauve Taupe #996369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 42.86%
G = 27.73%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996369 (or 0x996369) is known color: Mauve Taupe. HEX triplet: 99, 63 and 69. RGB value is (153,99,105). Sum of RGB (Red+Green+Blue) = 153+99+105=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996369 is #669C96. Grayscale: #737373. Windows color (decimal): -6724759 or 6906777. OLE color: 6906777.

HSL color Cylindrical-coordinate representation of color #996369: hue angle of 353.33º 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 #996369 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 105 -
CMYK 0 0.35 0.31 0.4
HSL 353.33º 0.21% 0.49% -
HSV(B) 353.33º 0.35% 0.6% -
XYZ 20.15 16.72 15.53 -
YUV 115.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 153 99 105 0 0.35 0.31 0.4 353.33 0.21 0.49
Hex 99 63 69 0 23 1F 28 161 15 31
Octal 231 143 151 0 43 37 50 541 25 61
Binary 10011001 1100011 1101001 0 100011 11111 101000 101100001 10101 110001

Color Harmonies of #996369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996369

Black with #996369

Text Example


Text Example

White with #996369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996369; }

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

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

background-color css

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

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

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

border-color css

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

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

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