Shades of Pine Cone #746250
Tints of Pine Cone #746250
RGB
CMYK
RGB Variations
Color information
#746250 (or 0x746250) is known color: Pine Cone. HEX triplet: 74, 62 and 50. RGB value is (116,98,80). Sum of RGB (Red+Green+Blue) = 116+98+80=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #746250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746250 is #8B9DAF. Grayscale: #656565. Windows color (decimal): -9149872 or 5268084. OLE color: 5268084.
HSL color Cylindrical-coordinate representation of color #746250: hue angle of 30º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746250 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 80 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.55 |
| HSL | 30º | 0.18% | 0.38% | - |
| HSV(B) | 30º | 0.31% | 0.45% | - |
| XYZ | 13.02 | 13.03 | 9.42 | - |
| YUV | 101.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 80 | 0 | 0.16 | 0.31 | 0.55 | 30 | 0.18 | 0.38 |
| Hex | 74 | 62 | 50 | 0 | 10 | 1F | 37 | 1E | 12 | 26 |
| Octal | 164 | 142 | 120 | 0 | 20 | 37 | 67 | 36 | 22 | 46 |
| Binary | 1110100 | 1100010 | 1010000 | 0 | 10000 | 11111 | 110111 | 11110 | 10010 | 100110 |
Color Harmonies of #746250
Complementary color
Monochromatic Colors of #746250
Black with #746250
Text Example
Text Example
White with #746250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746250; }
p { color: rgb(116,98,80); }
H1.HeaderClassName
{
color: #746250;
}
.AnyTagClassName
{
color: #746250;
}
</style>
background-color css
<style>
a { background-color: #746250; }
a { background-color: rgb(116,98,80); }
div.DivClassName
{
background-color: #746250;
}
.BgClassName
{
background-color: #746250;
}
</style>
border-color css
<style>
span { border-color: #746250; }
span { border-color: rgb(116,98,80); }
td.TdClassName
{
border-color: #746250;
}
.TagClassName
{
border-color: #746250;
}
</style>