Shades of Pine Cone #746255
Tints of Pine Cone #746255
RGB
CMYK
RGB Variations
Color information
#746255 (or 0x746255) is known color: Pine Cone. HEX triplet: 74, 62 and 55. RGB value is (116,98,85). Sum of RGB (Red+Green+Blue) = 116+98+85=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746255 is #8B9DAA. Grayscale: #656565. Windows color (decimal): -9149867 or 5595764. OLE color: 5595764.
HSL color Cylindrical-coordinate representation of color #746255: hue angle of 25.16º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746255 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 85 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.55 |
| HSL | 25.16º | 0.15% | 0.39% | - |
| HSV(B) | 25.16º | 0.27% | 0.45% | - |
| XYZ | 13.21 | 13.1 | 10.43 | - |
| YUV | 101.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 85 | 0 | 0.16 | 0.27 | 0.55 | 25.16 | 0.15 | 0.39 |
| Hex | 74 | 62 | 55 | 0 | 10 | 1B | 37 | 19 | F | 27 |
| Octal | 164 | 142 | 125 | 0 | 20 | 33 | 67 | 31 | 17 | 47 |
| Binary | 1110100 | 1100010 | 1010101 | 0 | 10000 | 11011 | 110111 | 11001 | 1111 | 100111 |
Color Harmonies of #746255
Complementary color
Monochromatic Colors of #746255
Black with #746255
Text Example
Text Example
White with #746255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746255; }
p { color: rgb(116,98,85); }
H1.HeaderClassName
{
color: #746255;
}
.AnyTagClassName
{
color: #746255;
}
</style>
background-color css
<style>
a { background-color: #746255; }
a { background-color: rgb(116,98,85); }
div.DivClassName
{
background-color: #746255;
}
.BgClassName
{
background-color: #746255;
}
</style>
border-color css
<style>
span { border-color: #746255; }
span { border-color: rgb(116,98,85); }
td.TdClassName
{
border-color: #746255;
}
.TagClassName
{
border-color: #746255;
}
</style>