Shades of Pesto #806F2D
Tints of Pesto #806F2D
RGB
CMYK
RGB Variations
Color information
#806F2D (or 0x806F2D) is known color: Pesto. HEX triplet: 80, 6F and 2D. RGB value is (128,111,45). Sum of RGB (Red+Green+Blue) = 128+111+45=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #806F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F2D is #7F90D2. Grayscale: #6C6C6C. Windows color (decimal): -8360147 or 2977664. OLE color: 2977664.
HSL color Cylindrical-coordinate representation of color #806F2D: hue angle of 47.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #806F2D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 45 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.50 |
| HSL | 47.71º | 0.48% | 0.34% | - |
| HSV(B) | 47.71º | 0.65% | 0.5% | - |
| XYZ | 15.06 | 16.15 | 4.81 | - |
| YUV | 108.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 45 | 0 | 0.13 | 0.65 | 0.50 | 47.71 | 0.48 | 0.34 |
| Hex | 80 | 6F | 2D | 0 | D | 41 | 32 | 30 | 30 | 22 |
| Octal | 200 | 157 | 55 | 0 | 15 | 101 | 62 | 60 | 60 | 42 |
| Binary | 10000000 | 1101111 | 101101 | 0 | 1101 | 1000001 | 110010 | 110000 | 110000 | 100010 |
Color Harmonies of #806F2D
Complementary color
Monochromatic Colors of #806F2D
Black with #806F2D
Text Example
Text Example
White with #806F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F2D; }
p { color: rgb(128,111,45); }
H1.HeaderClassName
{
color: #806F2D;
}
.AnyTagClassName
{
color: #806F2D;
}
</style>
background-color css
<style>
a { background-color: #806F2D; }
a { background-color: rgb(128,111,45); }
div.DivClassName
{
background-color: #806F2D;
}
.BgClassName
{
background-color: #806F2D;
}
</style>
border-color css
<style>
span { border-color: #806F2D; }
span { border-color: rgb(128,111,45); }
td.TdClassName
{
border-color: #806F2D;
}
.TagClassName
{
border-color: #806F2D;
}
</style>