Shades of Rose Taupe #865C5A
Tints of Rose Taupe #865C5A
RGB
CMYK
RGB Variations
Color information
#865C5A (or 0x865C5A) is known color: Rose Taupe. HEX triplet: 86, 5C and 5A. RGB value is (134,92,90). Sum of RGB (Red+Green+Blue) = 134+92+90=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5A is #79A3A5. Grayscale: #686868. Windows color (decimal): -7971750 or 5921926. OLE color: 5921926.
HSL color Cylindrical-coordinate representation of color #865C5A: hue angle of 2.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865C5A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 90 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.47 |
| HSL | 2.73º | 0.2% | 0.44% | - |
| HSV(B) | 2.73º | 0.33% | 0.53% | - |
| XYZ | 15.5 | 13.46 | 11.45 | - |
| YUV | 104.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 90 | 0 | 0.31 | 0.33 | 0.47 | 2.73 | 0.2 | 0.44 |
| Hex | 86 | 5C | 5A | 0 | 1F | 21 | 2F | 3 | 14 | 2C |
| Octal | 206 | 134 | 132 | 0 | 37 | 41 | 57 | 3 | 24 | 54 |
| Binary | 10000110 | 1011100 | 1011010 | 0 | 11111 | 100001 | 101111 | 11 | 10100 | 101100 |
Color Harmonies of #865C5A
Complementary color
Monochromatic Colors of #865C5A
Black with #865C5A
Text Example
Text Example
White with #865C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C5A; }
p { color: rgb(134,92,90); }
H1.HeaderClassName
{
color: #865C5A;
}
.AnyTagClassName
{
color: #865C5A;
}
</style>
background-color css
<style>
a { background-color: #865C5A; }
a { background-color: rgb(134,92,90); }
div.DivClassName
{
background-color: #865C5A;
}
.BgClassName
{
background-color: #865C5A;
}
</style>
border-color css
<style>
span { border-color: #865C5A; }
span { border-color: rgb(134,92,90); }
td.TdClassName
{
border-color: #865C5A;
}
.TagClassName
{
border-color: #865C5A;
}
</style>