Shades of Pesto #86791D
Tints of Pesto #86791D
RGB
CMYK
RGB Variations
Color information
#86791D (or 0x86791D) is known color: Pesto. HEX triplet: 86, 79 and 1D. RGB value is (134,121,29). Sum of RGB (Red+Green+Blue) = 134+121+29=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #86791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86791D is #7986E2. Grayscale: #727272. Windows color (decimal): -7964387 or 1931654. OLE color: 1931654.
HSL color Cylindrical-coordinate representation of color #86791D: hue angle of 52.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86791D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 29 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.47 |
| HSL | 52.57º | 0.64% | 0.32% | - |
| HSV(B) | 52.57º | 0.78% | 0.53% | - |
| XYZ | 16.89 | 18.83 | 3.91 | - |
| YUV | 114.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 29 | 0 | 0.10 | 0.78 | 0.47 | 52.57 | 0.64 | 0.32 |
| Hex | 86 | 79 | 1D | 0 | A | 4E | 2F | 35 | 40 | 20 |
| Octal | 206 | 171 | 35 | 0 | 12 | 116 | 57 | 65 | 100 | 40 |
| Binary | 10000110 | 1111001 | 11101 | 0 | 1010 | 1001110 | 101111 | 110101 | 1000000 | 100000 |
Color Harmonies of #86791D
Complementary color
Monochromatic Colors of #86791D
Black with #86791D
Text Example
Text Example
White with #86791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86791D; }
p { color: rgb(134,121,29); }
H1.HeaderClassName
{
color: #86791D;
}
.AnyTagClassName
{
color: #86791D;
}
</style>
background-color css
<style>
a { background-color: #86791D; }
a { background-color: rgb(134,121,29); }
div.DivClassName
{
background-color: #86791D;
}
.BgClassName
{
background-color: #86791D;
}
</style>
border-color css
<style>
span { border-color: #86791D; }
span { border-color: rgb(134,121,29); }
td.TdClassName
{
border-color: #86791D;
}
.TagClassName
{
border-color: #86791D;
}
</style>