Shades of Pine Cone #706354
Tints of Pine Cone #706354
RGB
CMYK
RGB Variations
Color information
#706354 (or 0x706354) is known color: Pine Cone. HEX triplet: 70, 63 and 54. RGB value is (112,99,84). Sum of RGB (Red+Green+Blue) = 112+99+84=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706354 is #8F9CAB. Grayscale: #656565. Windows color (decimal): -9411756 or 5530480. OLE color: 5530480.
HSL color Cylindrical-coordinate representation of color #706354: hue angle of 32.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706354 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 84 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.56 |
| HSL | 32.14º | 0.14% | 0.38% | - |
| HSV(B) | 32.14º | 0.25% | 0.44% | - |
| XYZ | 12.74 | 13.01 | 10.23 | - |
| YUV | 101.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 84 | 0 | 0.12 | 0.25 | 0.56 | 32.14 | 0.14 | 0.38 |
| Hex | 70 | 63 | 54 | 0 | C | 19 | 38 | 20 | E | 26 |
| Octal | 160 | 143 | 124 | 0 | 14 | 31 | 70 | 40 | 16 | 46 |
| Binary | 1110000 | 1100011 | 1010100 | 0 | 1100 | 11001 | 111000 | 100000 | 1110 | 100110 |
Color Harmonies of #706354
Complementary color
Monochromatic Colors of #706354
Black with #706354
Text Example
Text Example
White with #706354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706354; }
p { color: rgb(112,99,84); }
H1.HeaderClassName
{
color: #706354;
}
.AnyTagClassName
{
color: #706354;
}
</style>
background-color css
<style>
a { background-color: #706354; }
a { background-color: rgb(112,99,84); }
div.DivClassName
{
background-color: #706354;
}
.BgClassName
{
background-color: #706354;
}
</style>
border-color css
<style>
span { border-color: #706354; }
span { border-color: rgb(112,99,84); }
td.TdClassName
{
border-color: #706354;
}
.TagClassName
{
border-color: #706354;
}
</style>