Shades of Pine Cone #746151
Tints of Pine Cone #746151
RGB
CMYK
RGB Variations
Color information
#746151 (or 0x746151) is known color: Pine Cone. HEX triplet: 74, 61 and 51. RGB value is (116,97,81). Sum of RGB (Red+Green+Blue) = 116+97+81=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #746151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746151 is #8B9EAE. Grayscale: #646464. Windows color (decimal): -9150127 or 5333364. OLE color: 5333364.
HSL color Cylindrical-coordinate representation of color #746151: hue angle of 27.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746151 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 81 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.55 |
| HSL | 27.43º | 0.18% | 0.39% | - |
| HSV(B) | 27.43º | 0.3% | 0.45% | - |
| XYZ | 12.96 | 12.86 | 9.58 | - |
| YUV | 100.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 81 | 0 | 0.16 | 0.30 | 0.55 | 27.43 | 0.18 | 0.39 |
| Hex | 74 | 61 | 51 | 0 | 10 | 1E | 37 | 1B | 12 | 27 |
| Octal | 164 | 141 | 121 | 0 | 20 | 36 | 67 | 33 | 22 | 47 |
| Binary | 1110100 | 1100001 | 1010001 | 0 | 10000 | 11110 | 110111 | 11011 | 10010 | 100111 |
Color Harmonies of #746151
Complementary color
Monochromatic Colors of #746151
Black with #746151
Text Example
Text Example
White with #746151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746151; }
p { color: rgb(116,97,81); }
H1.HeaderClassName
{
color: #746151;
}
.AnyTagClassName
{
color: #746151;
}
</style>
background-color css
<style>
a { background-color: #746151; }
a { background-color: rgb(116,97,81); }
div.DivClassName
{
background-color: #746151;
}
.BgClassName
{
background-color: #746151;
}
</style>
border-color css
<style>
span { border-color: #746151; }
span { border-color: rgb(116,97,81); }
td.TdClassName
{
border-color: #746151;
}
.TagClassName
{
border-color: #746151;
}
</style>