Shades of Pesto #806F2C
Tints of Pesto #806F2C
RGB
CMYK
RGB Variations
Color information
#806F2C (or 0x806F2C) is known color: Pesto. HEX triplet: 80, 6F and 2C. RGB value is (128,111,44). Sum of RGB (Red+Green+Blue) = 128+111+44=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #806F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F2C is #7F90D3. Grayscale: #6C6C6C. Windows color (decimal): -8360148 or 2912128. OLE color: 2912128.
HSL color Cylindrical-coordinate representation of color #806F2C: hue angle of 47.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #806F2C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 44 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.50 |
| HSL | 47.86º | 0.49% | 0.34% | - |
| HSV(B) | 47.86º | 0.66% | 0.5% | - |
| XYZ | 15.04 | 16.14 | 4.71 | - |
| YUV | 108.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 44 | 0 | 0.13 | 0.66 | 0.50 | 47.86 | 0.49 | 0.34 |
| Hex | 80 | 6F | 2C | 0 | D | 42 | 32 | 30 | 31 | 22 |
| Octal | 200 | 157 | 54 | 0 | 15 | 102 | 62 | 60 | 61 | 42 |
| Binary | 10000000 | 1101111 | 101100 | 0 | 1101 | 1000010 | 110010 | 110000 | 110001 | 100010 |
Color Harmonies of #806F2C
Complementary color
Monochromatic Colors of #806F2C
Black with #806F2C
Text Example
Text Example
White with #806F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F2C; }
p { color: rgb(128,111,44); }
H1.HeaderClassName
{
color: #806F2C;
}
.AnyTagClassName
{
color: #806F2C;
}
</style>
background-color css
<style>
a { background-color: #806F2C; }
a { background-color: rgb(128,111,44); }
div.DivClassName
{
background-color: #806F2C;
}
.BgClassName
{
background-color: #806F2C;
}
</style>
border-color css
<style>
span { border-color: #806F2C; }
span { border-color: rgb(128,111,44); }
td.TdClassName
{
border-color: #806F2C;
}
.TagClassName
{
border-color: #806F2C;
}
</style>