Shades of Pesto #867B1E
Tints of Pesto #867B1E
RGB
CMYK
RGB Variations
Color information
#867B1E (or 0x867B1E) is known color: Pesto. HEX triplet: 86, 7B and 1E. RGB value is (134,123,30). Sum of RGB (Red+Green+Blue) = 134+123+30=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #867B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B1E is #7984E1. Grayscale: #747474. Windows color (decimal): -7963874 or 1997702. OLE color: 1997702.
HSL color Cylindrical-coordinate representation of color #867B1E: hue angle of 53.65º degrees, saturation: 0.63, 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 #867B1E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 30 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.47 |
| HSL | 53.65º | 0.63% | 0.32% | - |
| HSV(B) | 53.65º | 0.78% | 0.53% | - |
| XYZ | 17.15 | 19.33 | 4.06 | - |
| YUV | 115.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 30 | 0 | 0.08 | 0.78 | 0.47 | 53.65 | 0.63 | 0.32 |
| Hex | 86 | 7B | 1E | 0 | 8 | 4E | 2F | 36 | 3F | 20 |
| Octal | 206 | 173 | 36 | 0 | 10 | 116 | 57 | 66 | 77 | 40 |
| Binary | 10000110 | 1111011 | 11110 | 0 | 1000 | 1001110 | 101111 | 110110 | 111111 | 100000 |
Color Harmonies of #867B1E
Complementary color
Monochromatic Colors of #867B1E
Black with #867B1E
Text Example
Text Example
White with #867B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B1E; }
p { color: rgb(134,123,30); }
H1.HeaderClassName
{
color: #867B1E;
}
.AnyTagClassName
{
color: #867B1E;
}
</style>
background-color css
<style>
a { background-color: #867B1E; }
a { background-color: rgb(134,123,30); }
div.DivClassName
{
background-color: #867B1E;
}
.BgClassName
{
background-color: #867B1E;
}
</style>
border-color css
<style>
span { border-color: #867B1E; }
span { border-color: rgb(134,123,30); }
td.TdClassName
{
border-color: #867B1E;
}
.TagClassName
{
border-color: #867B1E;
}
</style>