Shades of Pine Cone #706355
Tints of Pine Cone #706355
RGB
CMYK
RGB Variations
Color information
#706355 (or 0x706355) is known color: Pine Cone. HEX triplet: 70, 63 and 55. RGB value is (112,99,85). Sum of RGB (Red+Green+Blue) = 112+99+85=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706355 is #8F9CAA. Grayscale: #656565. Windows color (decimal): -9411755 or 5596016. OLE color: 5596016.
HSL color Cylindrical-coordinate representation of color #706355: hue angle of 31.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706355 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 85 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.56 |
| HSL | 31.11º | 0.14% | 0.39% | - |
| HSV(B) | 31.11º | 0.24% | 0.44% | - |
| XYZ | 12.78 | 13.02 | 10.43 | - |
| YUV | 101.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 85 | 0 | 0.12 | 0.24 | 0.56 | 31.11 | 0.14 | 0.39 |
| Hex | 70 | 63 | 55 | 0 | C | 18 | 38 | 1F | E | 27 |
| Octal | 160 | 143 | 125 | 0 | 14 | 30 | 70 | 37 | 16 | 47 |
| Binary | 1110000 | 1100011 | 1010101 | 0 | 1100 | 11000 | 111000 | 11111 | 1110 | 100111 |
Color Harmonies of #706355
Complementary color
Monochromatic Colors of #706355
Black with #706355
Text Example
Text Example
White with #706355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706355; }
p { color: rgb(112,99,85); }
H1.HeaderClassName
{
color: #706355;
}
.AnyTagClassName
{
color: #706355;
}
</style>
background-color css
<style>
a { background-color: #706355; }
a { background-color: rgb(112,99,85); }
div.DivClassName
{
background-color: #706355;
}
.BgClassName
{
background-color: #706355;
}
</style>
border-color css
<style>
span { border-color: #706355; }
span { border-color: rgb(112,99,85); }
td.TdClassName
{
border-color: #706355;
}
.TagClassName
{
border-color: #706355;
}
</style>