Shades of Pine Cone #73665B
Tints of Pine Cone #73665B
RGB
CMYK
RGB Variations
Color information
#73665B (or 0x73665B) is known color: Pine Cone. HEX triplet: 73, 66 and 5B. RGB value is (115,102,91). Sum of RGB (Red+Green+Blue) = 115+102+91=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73665B is #8C99A4. Grayscale: #686868. Windows color (decimal): -9214373 or 5990003. OLE color: 5990003.
HSL color Cylindrical-coordinate representation of color #73665B: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73665B is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 91 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.55 |
| HSL | 27.5º | 0.12% | 0.4% | - |
| HSV(B) | 27.5º | 0.21% | 0.45% | - |
| XYZ | 13.71 | 13.9 | 11.86 | - |
| YUV | 104.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 91 | 0 | 0.11 | 0.21 | 0.55 | 27.5 | 0.12 | 0.4 |
| Hex | 73 | 66 | 5B | 0 | B | 15 | 37 | 1C | C | 28 |
| Octal | 163 | 146 | 133 | 0 | 13 | 25 | 67 | 34 | 14 | 50 |
| Binary | 1110011 | 1100110 | 1011011 | 0 | 1011 | 10101 | 110111 | 11100 | 1100 | 101000 |
Color Harmonies of #73665B
Complementary color
Monochromatic Colors of #73665B
Black with #73665B
Text Example
Text Example
White with #73665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73665B; }
p { color: rgb(115,102,91); }
H1.HeaderClassName
{
color: #73665B;
}
.AnyTagClassName
{
color: #73665B;
}
</style>
background-color css
<style>
a { background-color: #73665B; }
a { background-color: rgb(115,102,91); }
div.DivClassName
{
background-color: #73665B;
}
.BgClassName
{
background-color: #73665B;
}
</style>
border-color css
<style>
span { border-color: #73665B; }
span { border-color: rgb(115,102,91); }
td.TdClassName
{
border-color: #73665B;
}
.TagClassName
{
border-color: #73665B;
}
</style>