Shades of Pine Cone #73685A
Tints of Pine Cone #73685A
RGB
CMYK
RGB Variations
Color information
#73685A (or 0x73685A) is known color: Pine Cone. HEX triplet: 73, 68 and 5A. RGB value is (115,104,90). Sum of RGB (Red+Green+Blue) = 115+104+90=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685A is #8C97A5. Grayscale: #696969. Windows color (decimal): -9213862 or 5924979. OLE color: 5924979.
HSL color Cylindrical-coordinate representation of color #73685A: hue angle of 33.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73685A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 90 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.55 |
| HSL | 33.6º | 0.12% | 0.4% | - |
| HSV(B) | 33.6º | 0.22% | 0.45% | - |
| XYZ | 13.87 | 14.28 | 11.7 | - |
| YUV | 105.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 90 | 0 | 0.10 | 0.22 | 0.55 | 33.6 | 0.12 | 0.4 |
| Hex | 73 | 68 | 5A | 0 | A | 16 | 37 | 22 | C | 28 |
| Octal | 163 | 150 | 132 | 0 | 12 | 26 | 67 | 42 | 14 | 50 |
| Binary | 1110011 | 1101000 | 1011010 | 0 | 1010 | 10110 | 110111 | 100010 | 1100 | 101000 |
Color Harmonies of #73685A
Complementary color
Monochromatic Colors of #73685A
Black with #73685A
Text Example
Text Example
White with #73685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73685A; }
p { color: rgb(115,104,90); }
H1.HeaderClassName
{
color: #73685A;
}
.AnyTagClassName
{
color: #73685A;
}
</style>
background-color css
<style>
a { background-color: #73685A; }
a { background-color: rgb(115,104,90); }
div.DivClassName
{
background-color: #73685A;
}
.BgClassName
{
background-color: #73685A;
}
</style>
border-color css
<style>
span { border-color: #73685A; }
span { border-color: rgb(115,104,90); }
td.TdClassName
{
border-color: #73685A;
}
.TagClassName
{
border-color: #73685A;
}
</style>