Html Css Color HEX #85616B Mauve Taupe

📋 copy color: '#85616B'

red 133 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #85616B

Tints of Mauve Taupe #85616B

RGB

 RED value IS 133 (52.34% from 255) = 39.47%

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 39.47%
G = 28.78%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85616B (or 0x85616B) is known color: Mauve Taupe. HEX triplet: 85, 61 and 6B. RGB value is (133,97,107). Sum of RGB (Red+Green+Blue) = 133+97+107=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85616B is #7A9E94. Grayscale: #6C6C6C. Windows color (decimal): -8035989 or 7037317. OLE color: 7037317.

HSL color Cylindrical-coordinate representation of color #85616B: hue angle of 343.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85616B is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 107 -
CMYK 0 0.27 0.20 0.48
HSL 343.33º 0.16% 0.45% -
HSV(B) 343.33º 0.27% 0.52% -
XYZ 16.6 14.6 15.85 -
YUV 108.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 133 97 107 0 0.27 0.20 0.48 343.33 0.16 0.45
Hex 85 61 6B 0 1B 14 30 157 10 2D
Octal 205 141 153 0 33 24 60 527 20 55
Binary 10000101 1100001 1101011 0 11011 10100 110000 101010111 10000 101101

Color Harmonies of #85616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85616B

Black with #85616B

Text Example


Text Example

White with #85616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85616B; }

 p { color: rgb(133,97,107); }

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

background-color css

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

 a { background-color: rgb(133,97,107); }

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

border-color css

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

 span { border-color: rgb(133,97,107); }

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