Shades of Pine Cone #796A55
Tints of Pine Cone #796A55
RGB
CMYK
RGB Variations
Color information
#796A55 (or 0x796A55) is known color: Pine Cone. HEX triplet: 79, 6A and 55. RGB value is (121,106,85). Sum of RGB (Red+Green+Blue) = 121+106+85=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #796A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A55 is #8695AA. Grayscale: #6C6C6C. Windows color (decimal): -8820139 or 5597817. OLE color: 5597817.
HSL color Cylindrical-coordinate representation of color #796A55: hue angle of 35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796A55 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 85 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.53 |
| HSL | 35º | 0.17% | 0.4% | - |
| HSV(B) | 35º | 0.3% | 0.47% | - |
| XYZ | 14.68 | 15.03 | 10.72 | - |
| YUV | 108.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 85 | 0 | 0.12 | 0.30 | 0.53 | 35 | 0.17 | 0.4 |
| Hex | 79 | 6A | 55 | 0 | C | 1E | 35 | 23 | 11 | 28 |
| Octal | 171 | 152 | 125 | 0 | 14 | 36 | 65 | 43 | 21 | 50 |
| Binary | 1111001 | 1101010 | 1010101 | 0 | 1100 | 11110 | 110101 | 100011 | 10001 | 101000 |
Color Harmonies of #796A55
Complementary color
Monochromatic Colors of #796A55
Black with #796A55
Text Example
Text Example
White with #796A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A55; }
p { color: rgb(121,106,85); }
H1.HeaderClassName
{
color: #796A55;
}
.AnyTagClassName
{
color: #796A55;
}
</style>
background-color css
<style>
a { background-color: #796A55; }
a { background-color: rgb(121,106,85); }
div.DivClassName
{
background-color: #796A55;
}
.BgClassName
{
background-color: #796A55;
}
</style>
border-color css
<style>
span { border-color: #796A55; }
span { border-color: rgb(121,106,85); }
td.TdClassName
{
border-color: #796A55;
}
.TagClassName
{
border-color: #796A55;
}
</style>