Shades of Pine Cone #73685C
Tints of Pine Cone #73685C
RGB
CMYK
RGB Variations
Color information
#73685C (or 0x73685C) is known color: Pine Cone. HEX triplet: 73, 68 and 5C. RGB value is (115,104,92). Sum of RGB (Red+Green+Blue) = 115+104+92=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685C is #8C97A3. Grayscale: #696969. Windows color (decimal): -9213860 or 6056051. OLE color: 6056051.
HSL color Cylindrical-coordinate representation of color #73685C: hue angle of 31.3º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73685C is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 92 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.55 |
| HSL | 31.3º | 0.11% | 0.41% | - |
| HSV(B) | 31.3º | 0.2% | 0.45% | - |
| XYZ | 13.95 | 14.32 | 12.15 | - |
| YUV | 105.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 92 | 0 | 0.10 | 0.20 | 0.55 | 31.3 | 0.11 | 0.41 |
| Hex | 73 | 68 | 5C | 0 | A | 14 | 37 | 1F | B | 29 |
| Octal | 163 | 150 | 134 | 0 | 12 | 24 | 67 | 37 | 13 | 51 |
| Binary | 1110011 | 1101000 | 1011100 | 0 | 1010 | 10100 | 110111 | 11111 | 1011 | 101001 |
Color Harmonies of #73685C
Complementary color
Monochromatic Colors of #73685C
Black with #73685C
Text Example
Text Example
White with #73685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73685C; }
p { color: rgb(115,104,92); }
H1.HeaderClassName
{
color: #73685C;
}
.AnyTagClassName
{
color: #73685C;
}
</style>
background-color css
<style>
a { background-color: #73685C; }
a { background-color: rgb(115,104,92); }
div.DivClassName
{
background-color: #73685C;
}
.BgClassName
{
background-color: #73685C;
}
</style>
border-color css
<style>
span { border-color: #73685C; }
span { border-color: rgb(115,104,92); }
td.TdClassName
{
border-color: #73685C;
}
.TagClassName
{
border-color: #73685C;
}
</style>