Shades of Pesto #867B20
Tints of Pesto #867B20
RGB
CMYK
RGB Variations
Color information
#867B20 (or 0x867B20) is known color: Pesto. HEX triplet: 86, 7B and 20. RGB value is (134,123,32). Sum of RGB (Red+Green+Blue) = 134+123+32=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #867B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B20 is #7984DF. Grayscale: #747474. Windows color (decimal): -7963872 or 2128774. OLE color: 2128774.
HSL color Cylindrical-coordinate representation of color #867B20: hue angle of 53.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #867B20 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 32 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.47 |
| HSL | 53.53º | 0.61% | 0.33% | - |
| HSV(B) | 53.53º | 0.76% | 0.53% | - |
| XYZ | 17.18 | 19.34 | 4.19 | - |
| YUV | 115.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 32 | 0 | 0.08 | 0.76 | 0.47 | 53.53 | 0.61 | 0.33 |
| Hex | 86 | 7B | 20 | 0 | 8 | 4C | 2F | 36 | 3D | 21 |
| Octal | 206 | 173 | 40 | 0 | 10 | 114 | 57 | 66 | 75 | 41 |
| Binary | 10000110 | 1111011 | 100000 | 0 | 1000 | 1001100 | 101111 | 110110 | 111101 | 100001 |
Color Harmonies of #867B20
Complementary color
Monochromatic Colors of #867B20
Black with #867B20
Text Example
Text Example
White with #867B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B20; }
p { color: rgb(134,123,32); }
H1.HeaderClassName
{
color: #867B20;
}
.AnyTagClassName
{
color: #867B20;
}
</style>
background-color css
<style>
a { background-color: #867B20; }
a { background-color: rgb(134,123,32); }
div.DivClassName
{
background-color: #867B20;
}
.BgClassName
{
background-color: #867B20;
}
</style>
border-color css
<style>
span { border-color: #867B20; }
span { border-color: rgb(134,123,32); }
td.TdClassName
{
border-color: #867B20;
}
.TagClassName
{
border-color: #867B20;
}
</style>