Shades of Pine Cone #746153
Tints of Pine Cone #746153
RGB
CMYK
RGB Variations
Color information
#746153 (or 0x746153) is known color: Pine Cone. HEX triplet: 74, 61 and 53. RGB value is (116,97,83). Sum of RGB (Red+Green+Blue) = 116+97+83=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #746153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746153 is #8B9EAC. Grayscale: #656565. Windows color (decimal): -9150125 or 5464436. OLE color: 5464436.
HSL color Cylindrical-coordinate representation of color #746153: hue angle of 25.45º degrees, saturation: 0.17, 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 #746153 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 83 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.55 |
| HSL | 25.45º | 0.17% | 0.39% | - |
| HSV(B) | 25.45º | 0.28% | 0.45% | - |
| XYZ | 13.04 | 12.89 | 9.98 | - |
| YUV | 101.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 83 | 0 | 0.16 | 0.28 | 0.55 | 25.45 | 0.17 | 0.39 |
| Hex | 74 | 61 | 53 | 0 | 10 | 1C | 37 | 19 | 11 | 27 |
| Octal | 164 | 141 | 123 | 0 | 20 | 34 | 67 | 31 | 21 | 47 |
| Binary | 1110100 | 1100001 | 1010011 | 0 | 10000 | 11100 | 110111 | 11001 | 10001 | 100111 |
Color Harmonies of #746153
Complementary color
Monochromatic Colors of #746153
Black with #746153
Text Example
Text Example
White with #746153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746153; }
p { color: rgb(116,97,83); }
H1.HeaderClassName
{
color: #746153;
}
.AnyTagClassName
{
color: #746153;
}
</style>
background-color css
<style>
a { background-color: #746153; }
a { background-color: rgb(116,97,83); }
div.DivClassName
{
background-color: #746153;
}
.BgClassName
{
background-color: #746153;
}
</style>
border-color css
<style>
span { border-color: #746153; }
span { border-color: rgb(116,97,83); }
td.TdClassName
{
border-color: #746153;
}
.TagClassName
{
border-color: #746153;
}
</style>