Html Css Color HEX #996378 Mauve Taupe

📋 copy color: '#996378'

red 153 ◦ green 99 ◦ blue 120

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

Shades of Mauve Taupe #996378

Tints of Mauve Taupe #996378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 41.13%
G = 26.61%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996378 (or 0x996378) is known color: Mauve Taupe. HEX triplet: 99, 63 and 78. RGB value is (153,99,120). Sum of RGB (Red+Green+Blue) = 153+99+120=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996378 is #669C87. Grayscale: #757575. Windows color (decimal): -6724744 or 7889817. OLE color: 7889817.

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

Color convert

RGB 153 99 120 -
CMYK 0 0.35 0.22 0.4
HSL 336.67º 0.21% 0.49% -
HSV(B) 336.67º 0.35% 0.6% -
XYZ 20.99 17.05 19.95 -
YUV 117.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 153 99 120 0 0.35 0.22 0.4 336.67 0.21 0.49
Hex 99 63 78 0 23 16 28 151 15 31
Octal 231 143 170 0 43 26 50 521 25 61
Binary 10011001 1100011 1111000 0 100011 10110 101000 101010001 10101 110001

Color Harmonies of #996378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996378

Black with #996378

Text Example


Text Example

White with #996378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996378; }

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

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

background-color css

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

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

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

border-color css

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

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

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