Html Css Color HEX #996367 Mauve Taupe

📋 copy color: '#996367'

red 153 ◦ green 99 ◦ blue 103

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

Shades of Mauve Taupe #996367

Tints of Mauve Taupe #996367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 43.1%
G = 27.89%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996367 (or 0x996367) is known color: Mauve Taupe. HEX triplet: 99, 63 and 67. RGB value is (153,99,103). Sum of RGB (Red+Green+Blue) = 153+99+103=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996367 is #669C98. Grayscale: #737373. Windows color (decimal): -6724761 or 6775705. OLE color: 6775705.

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

Color convert

RGB 153 99 103 -
CMYK 0 0.35 0.33 0.4
HSL 355.56º 0.21% 0.49% -
HSV(B) 355.56º 0.35% 0.6% -
XYZ 20.05 16.68 14.99 -
YUV 115.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 153 99 103 0 0.35 0.33 0.4 355.56 0.21 0.49
Hex 99 63 67 0 23 21 28 164 15 31
Octal 231 143 147 0 43 41 50 544 25 61
Binary 10011001 1100011 1100111 0 100011 100001 101000 101100100 10101 110001

Color Harmonies of #996367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996367

Black with #996367

Text Example


Text Example

White with #996367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996367; }

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

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

background-color css

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

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

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

border-color css

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

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

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