Shades of Pine Cone #73675A
Tints of Pine Cone #73675A
RGB
CMYK
RGB Variations
Color information
#73675A (or 0x73675A) is known color: Pine Cone. HEX triplet: 73, 67 and 5A. RGB value is (115,103,90). Sum of RGB (Red+Green+Blue) = 115+103+90=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675A is #8C98A5. Grayscale: #696969. Windows color (decimal): -9214118 or 5924723. OLE color: 5924723.
HSL color Cylindrical-coordinate representation of color #73675A: hue angle of 31.2º 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 #73675A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 90 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.55 |
| HSL | 31.2º | 0.12% | 0.4% | - |
| HSV(B) | 31.2º | 0.22% | 0.45% | - |
| XYZ | 13.77 | 14.08 | 11.67 | - |
| YUV | 105.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 90 | 0 | 0.10 | 0.22 | 0.55 | 31.2 | 0.12 | 0.4 |
| Hex | 73 | 67 | 5A | 0 | A | 16 | 37 | 1F | C | 28 |
| Octal | 163 | 147 | 132 | 0 | 12 | 26 | 67 | 37 | 14 | 50 |
| Binary | 1110011 | 1100111 | 1011010 | 0 | 1010 | 10110 | 110111 | 11111 | 1100 | 101000 |
Color Harmonies of #73675A
Complementary color
Monochromatic Colors of #73675A
Black with #73675A
Text Example
Text Example
White with #73675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73675A; }
p { color: rgb(115,103,90); }
H1.HeaderClassName
{
color: #73675A;
}
.AnyTagClassName
{
color: #73675A;
}
</style>
background-color css
<style>
a { background-color: #73675A; }
a { background-color: rgb(115,103,90); }
div.DivClassName
{
background-color: #73675A;
}
.BgClassName
{
background-color: #73675A;
}
</style>
border-color css
<style>
span { border-color: #73675A; }
span { border-color: rgb(115,103,90); }
td.TdClassName
{
border-color: #73675A;
}
.TagClassName
{
border-color: #73675A;
}
</style>