Shades of Pine Cone #746254
Tints of Pine Cone #746254
RGB
CMYK
RGB Variations
Color information
#746254 (or 0x746254) is known color: Pine Cone. HEX triplet: 74, 62 and 54. RGB value is (116,98,84). Sum of RGB (Red+Green+Blue) = 116+98+84=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746254 is #8B9DAB. Grayscale: #656565. Windows color (decimal): -9149868 or 5530228. OLE color: 5530228.
HSL color Cylindrical-coordinate representation of color #746254: hue angle of 26.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746254 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 84 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.55 |
| HSL | 26.25º | 0.16% | 0.39% | - |
| HSV(B) | 26.25º | 0.28% | 0.45% | - |
| XYZ | 13.17 | 13.09 | 10.22 | - |
| YUV | 101.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 84 | 0 | 0.16 | 0.28 | 0.55 | 26.25 | 0.16 | 0.39 |
| Hex | 74 | 62 | 54 | 0 | 10 | 1C | 37 | 1A | 10 | 27 |
| Octal | 164 | 142 | 124 | 0 | 20 | 34 | 67 | 32 | 20 | 47 |
| Binary | 1110100 | 1100010 | 1010100 | 0 | 10000 | 11100 | 110111 | 11010 | 10000 | 100111 |
Color Harmonies of #746254
Complementary color
Monochromatic Colors of #746254
Black with #746254
Text Example
Text Example
White with #746254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746254; }
p { color: rgb(116,98,84); }
H1.HeaderClassName
{
color: #746254;
}
.AnyTagClassName
{
color: #746254;
}
</style>
background-color css
<style>
a { background-color: #746254; }
a { background-color: rgb(116,98,84); }
div.DivClassName
{
background-color: #746254;
}
.BgClassName
{
background-color: #746254;
}
</style>
border-color css
<style>
span { border-color: #746254; }
span { border-color: rgb(116,98,84); }
td.TdClassName
{
border-color: #746254;
}
.TagClassName
{
border-color: #746254;
}
</style>