Html Css Color HEX #996069 Mauve Taupe

📋 copy color: '#996069'

red 153 ◦ green 96 ◦ blue 105

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

Shades of Mauve Taupe #996069

Tints of Mauve Taupe #996069

RGB

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

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

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

R = 43.22%
G = 27.12%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996069 (or 0x996069) is known color: Mauve Taupe. HEX triplet: 99, 60 and 69. RGB value is (153,96,105). Sum of RGB (Red+Green+Blue) = 153+96+105=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996069 is #669F96. Grayscale: #727272. Windows color (decimal): -6725527 or 6906009. OLE color: 6906009.

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

Color convert

RGB 153 96 105 -
CMYK 0 0.37 0.31 0.4
HSL 350.53º 0.23% 0.49% -
HSV(B) 350.53º 0.37% 0.6% -
XYZ 19.87 16.16 15.44 -
YUV 114.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 153 96 105 0 0.37 0.31 0.4 350.53 0.23 0.49
Hex 99 60 69 0 25 1F 28 15F 17 31
Octal 231 140 151 0 45 37 50 537 27 61
Binary 10011001 1100000 1101001 0 100101 11111 101000 101011111 10111 110001

Color Harmonies of #996069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996069

Black with #996069

Text Example


Text Example

White with #996069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996069; }

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

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

background-color css

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

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

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

border-color css

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

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

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