Shades of Pine Cone #73685D
Tints of Pine Cone #73685D
RGB
CMYK
RGB Variations
Color information
#73685D (or 0x73685D) is known color: Pine Cone. HEX triplet: 73, 68 and 5D. RGB value is (115,104,93). Sum of RGB (Red+Green+Blue) = 115+104+93=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685D is #8C97A2. Grayscale: #6A6A6A. Windows color (decimal): -9213859 or 6121587. OLE color: 6121587.
HSL color Cylindrical-coordinate representation of color #73685D: hue angle of 30º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73685D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 93 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.55 |
| HSL | 30º | 0.11% | 0.41% | - |
| HSV(B) | 30º | 0.19% | 0.45% | - |
| XYZ | 14 | 14.34 | 12.39 | - |
| YUV | 106.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 93 | 0 | 0.10 | 0.19 | 0.55 | 30 | 0.11 | 0.41 |
| Hex | 73 | 68 | 5D | 0 | A | 13 | 37 | 1E | B | 29 |
| Octal | 163 | 150 | 135 | 0 | 12 | 23 | 67 | 36 | 13 | 51 |
| Binary | 1110011 | 1101000 | 1011101 | 0 | 1010 | 10011 | 110111 | 11110 | 1011 | 101001 |
Color Harmonies of #73685D
Complementary color
Monochromatic Colors of #73685D
Black with #73685D
Text Example
Text Example
White with #73685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73685D; }
p { color: rgb(115,104,93); }
H1.HeaderClassName
{
color: #73685D;
}
.AnyTagClassName
{
color: #73685D;
}
</style>
background-color css
<style>
a { background-color: #73685D; }
a { background-color: rgb(115,104,93); }
div.DivClassName
{
background-color: #73685D;
}
.BgClassName
{
background-color: #73685D;
}
</style>
border-color css
<style>
span { border-color: #73685D; }
span { border-color: rgb(115,104,93); }
td.TdClassName
{
border-color: #73685D;
}
.TagClassName
{
border-color: #73685D;
}
</style>