Shades of Pesto #806F34
Tints of Pesto #806F34
RGB
CMYK
RGB Variations
Color information
#806F34 (or 0x806F34) is known color: Pesto. HEX triplet: 80, 6F and 34. RGB value is (128,111,52). Sum of RGB (Red+Green+Blue) = 128+111+52=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #806F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F34 is #7F90CB. Grayscale: #6D6D6D. Windows color (decimal): -8360140 or 3436416. OLE color: 3436416.
HSL color Cylindrical-coordinate representation of color #806F34: hue angle of 46.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #806F34 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 52 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.50 |
| HSL | 46.58º | 0.42% | 0.35% | - |
| HSV(B) | 46.58º | 0.59% | 0.5% | - |
| XYZ | 15.21 | 16.21 | 5.58 | - |
| YUV | 109.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 52 | 0 | 0.13 | 0.59 | 0.50 | 46.58 | 0.42 | 0.35 |
| Hex | 80 | 6F | 34 | 0 | D | 3B | 32 | 2F | 2A | 23 |
| Octal | 200 | 157 | 64 | 0 | 15 | 73 | 62 | 57 | 52 | 43 |
| Binary | 10000000 | 1101111 | 110100 | 0 | 1101 | 111011 | 110010 | 101111 | 101010 | 100011 |
Color Harmonies of #806F34
Complementary color
Monochromatic Colors of #806F34
Black with #806F34
Text Example
Text Example
White with #806F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F34; }
p { color: rgb(128,111,52); }
H1.HeaderClassName
{
color: #806F34;
}
.AnyTagClassName
{
color: #806F34;
}
</style>
background-color css
<style>
a { background-color: #806F34; }
a { background-color: rgb(128,111,52); }
div.DivClassName
{
background-color: #806F34;
}
.BgClassName
{
background-color: #806F34;
}
</style>
border-color css
<style>
span { border-color: #806F34; }
span { border-color: rgb(128,111,52); }
td.TdClassName
{
border-color: #806F34;
}
.TagClassName
{
border-color: #806F34;
}
</style>