Shades of Pine Cone #726251
Tints of Pine Cone #726251
RGB
CMYK
RGB Variations
Color information
#726251 (or 0x726251) is known color: Pine Cone. HEX triplet: 72, 62 and 51. RGB value is (114,98,81). Sum of RGB (Red+Green+Blue) = 114+98+81=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #726251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726251 is #8D9DAE. Grayscale: #646464. Windows color (decimal): -9280943 or 5333618. OLE color: 5333618.
HSL color Cylindrical-coordinate representation of color #726251: hue angle of 30.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726251 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 81 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.55 |
| HSL | 30.91º | 0.17% | 0.38% | - |
| HSV(B) | 30.91º | 0.29% | 0.45% | - |
| XYZ | 12.79 | 12.91 | 9.6 | - |
| YUV | 100.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 81 | 0 | 0.14 | 0.29 | 0.55 | 30.91 | 0.17 | 0.38 |
| Hex | 72 | 62 | 51 | 0 | E | 1D | 37 | 1F | 11 | 26 |
| Octal | 162 | 142 | 121 | 0 | 16 | 35 | 67 | 37 | 21 | 46 |
| Binary | 1110010 | 1100010 | 1010001 | 0 | 1110 | 11101 | 110111 | 11111 | 10001 | 100110 |
Color Harmonies of #726251
Complementary color
Monochromatic Colors of #726251
Black with #726251
Text Example
Text Example
White with #726251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726251; }
p { color: rgb(114,98,81); }
H1.HeaderClassName
{
color: #726251;
}
.AnyTagClassName
{
color: #726251;
}
</style>
background-color css
<style>
a { background-color: #726251; }
a { background-color: rgb(114,98,81); }
div.DivClassName
{
background-color: #726251;
}
.BgClassName
{
background-color: #726251;
}
</style>
border-color css
<style>
span { border-color: #726251; }
span { border-color: rgb(114,98,81); }
td.TdClassName
{
border-color: #726251;
}
.TagClassName
{
border-color: #726251;
}
</style>