Html Css Color HEX #99566F Mauve Taupe

📋 copy color: '#99566F'

red 153 ◦ green 86 ◦ blue 111

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

Shades of Mauve Taupe #99566F

Tints of Mauve Taupe #99566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 43.71%
G = 24.57%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99566F (or 0x99566F) is known color: Mauve Taupe. HEX triplet: 99, 56 and 6F. RGB value is (153,86,111). Sum of RGB (Red+Green+Blue) = 153+86+111=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99566F is #66A990. Grayscale: #6C6C6C. Windows color (decimal): -6728081 or 7296665. OLE color: 7296665.

HSL color Cylindrical-coordinate representation of color #99566F: hue angle of 337.61º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99566F is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 111 -
CMYK 0 0.44 0.27 0.4
HSL 337.61º 0.28% 0.47% -
HSV(B) 337.61º 0.44% 0.6% -
XYZ 19.33 14.58 16.83 -
YUV 108.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 153 86 111 0 0.44 0.27 0.4 337.61 0.28 0.47
Hex 99 56 6F 0 2C 1B 28 152 1C 2F
Octal 231 126 157 0 54 33 50 522 34 57
Binary 10011001 1010110 1101111 0 101100 11011 101000 101010010 11100 101111

Color Harmonies of #99566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99566F

Black with #99566F

Text Example


Text Example

White with #99566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99566F; }

 p { color: rgb(153,86,111); }

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

background-color css

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

 a { background-color: rgb(153,86,111); }

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

border-color css

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

 span { border-color: rgb(153,86,111); }

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