Html Css Color HEX #995F68 Mauve Taupe

📋 copy color: '#995F68'

red 153 ◦ green 95 ◦ blue 104

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

Shades of Mauve Taupe #995F68

Tints of Mauve Taupe #995F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 43.47%
G = 26.99%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#995F68 (or 0x995F68) is known color: Mauve Taupe. HEX triplet: 99, 5F and 68. RGB value is (153,95,104). Sum of RGB (Red+Green+Blue) = 153+95+104=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F68 is #66A097. Grayscale: #717171. Windows color (decimal): -6725784 or 6840217. OLE color: 6840217.

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

Color convert

RGB 153 95 104 -
CMYK 0 0.38 0.32 0.4
HSL 350.69º 0.23% 0.49% -
HSV(B) 350.69º 0.38% 0.6% -
XYZ 19.73 15.96 15.14 -
YUV 113.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 153 95 104 0 0.38 0.32 0.4 350.69 0.23 0.49
Hex 99 5F 68 0 26 20 28 15F 17 31
Octal 231 137 150 0 46 40 50 537 27 61
Binary 10011001 1011111 1101000 0 100110 100000 101000 101011111 10111 110001

Color Harmonies of #995F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F68

Black with #995F68

Text Example


Text Example

White with #995F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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