Shades of Pine Cone #72665E
Tints of Pine Cone #72665E
RGB
CMYK
RGB Variations
Color information
#72665E (or 0x72665E) is known color: Pine Cone. HEX triplet: 72, 66 and 5E. RGB value is (114,102,94). Sum of RGB (Red+Green+Blue) = 114+102+94=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665E is #8D99A1. Grayscale: #686868. Windows color (decimal): -9279906 or 6186610. OLE color: 6186610.
HSL color Cylindrical-coordinate representation of color #72665E: hue angle of 24º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72665E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 94 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.55 |
| HSL | 24º | 0.1% | 0.41% | - |
| HSV(B) | 24º | 0.18% | 0.45% | - |
| XYZ | 13.71 | 13.89 | 12.55 | - |
| YUV | 104.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 94 | 0 | 0.11 | 0.18 | 0.55 | 24 | 0.1 | 0.41 |
| Hex | 72 | 66 | 5E | 0 | B | 12 | 37 | 18 | A | 29 |
| Octal | 162 | 146 | 136 | 0 | 13 | 22 | 67 | 30 | 12 | 51 |
| Binary | 1110010 | 1100110 | 1011110 | 0 | 1011 | 10010 | 110111 | 11000 | 1010 | 101001 |
Color Harmonies of #72665E
Complementary color
Monochromatic Colors of #72665E
Black with #72665E
Text Example
Text Example
White with #72665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72665E; }
p { color: rgb(114,102,94); }
H1.HeaderClassName
{
color: #72665E;
}
.AnyTagClassName
{
color: #72665E;
}
</style>
background-color css
<style>
a { background-color: #72665E; }
a { background-color: rgb(114,102,94); }
div.DivClassName
{
background-color: #72665E;
}
.BgClassName
{
background-color: #72665E;
}
</style>
border-color css
<style>
span { border-color: #72665E; }
span { border-color: rgb(114,102,94); }
td.TdClassName
{
border-color: #72665E;
}
.TagClassName
{
border-color: #72665E;
}
</style>