Shades of Pesto #867C24
Tints of Pesto #867C24
RGB
CMYK
RGB Variations
Color information
#867C24 (or 0x867C24) is known color: Pesto. HEX triplet: 86, 7C and 24. RGB value is (134,124,36). Sum of RGB (Red+Green+Blue) = 134+124+36=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #867C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C24 is #7983DB. Grayscale: #757575. Windows color (decimal): -7963612 or 2391174. OLE color: 2391174.
HSL color Cylindrical-coordinate representation of color #867C24: hue angle of 53.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #867C24 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 36 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.47 |
| HSL | 53.88º | 0.58% | 0.33% | - |
| HSV(B) | 53.88º | 0.73% | 0.53% | - |
| XYZ | 17.36 | 19.61 | 4.54 | - |
| YUV | 116.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 36 | 0 | 0.07 | 0.73 | 0.47 | 53.88 | 0.58 | 0.33 |
| Hex | 86 | 7C | 24 | 0 | 7 | 49 | 2F | 36 | 3A | 21 |
| Octal | 206 | 174 | 44 | 0 | 7 | 111 | 57 | 66 | 72 | 41 |
| Binary | 10000110 | 1111100 | 100100 | 0 | 111 | 1001001 | 101111 | 110110 | 111010 | 100001 |
Color Harmonies of #867C24
Complementary color
Monochromatic Colors of #867C24
Black with #867C24
Text Example
Text Example
White with #867C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C24; }
p { color: rgb(134,124,36); }
H1.HeaderClassName
{
color: #867C24;
}
.AnyTagClassName
{
color: #867C24;
}
</style>
background-color css
<style>
a { background-color: #867C24; }
a { background-color: rgb(134,124,36); }
div.DivClassName
{
background-color: #867C24;
}
.BgClassName
{
background-color: #867C24;
}
</style>
border-color css
<style>
span { border-color: #867C24; }
span { border-color: rgb(134,124,36); }
td.TdClassName
{
border-color: #867C24;
}
.TagClassName
{
border-color: #867C24;
}
</style>