Html Css Color HEX #996268 Mauve Taupe

📋 copy color: '#996268'

red 153 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #996268

Tints of Mauve Taupe #996268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 43.1%
G = 27.61%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#996268 (or 0x996268) is known color: Mauve Taupe. HEX triplet: 99, 62 and 68. RGB value is (153,98,104). Sum of RGB (Red+Green+Blue) = 153+98+104=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996268 is #669D97. Grayscale: #737373. Windows color (decimal): -6725016 or 6840985. OLE color: 6840985.

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

Color convert

RGB 153 98 104 -
CMYK 0 0.36 0.32 0.4
HSL 353.45º 0.22% 0.49% -
HSV(B) 353.45º 0.36% 0.6% -
XYZ 20 16.51 15.23 -
YUV 115.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 153 98 104 0 0.36 0.32 0.4 353.45 0.22 0.49
Hex 99 62 68 0 24 20 28 161 16 31
Octal 231 142 150 0 44 40 50 541 26 61
Binary 10011001 1100010 1101000 0 100100 100000 101000 101100001 10110 110001

Color Harmonies of #996268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996268

Black with #996268

Text Example


Text Example

White with #996268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996268; }

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

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

background-color css

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

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

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

border-color css

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

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

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