Shades of Pine Cone #70655B
Tints of Pine Cone #70655B
RGB
CMYK
RGB Variations
Color information
#70655B (or 0x70655B) is known color: Pine Cone. HEX triplet: 70, 65 and 5B. RGB value is (112,101,91). Sum of RGB (Red+Green+Blue) = 112+101+91=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655B is #8F9AA4. Grayscale: #676767. Windows color (decimal): -9411237 or 5989744. OLE color: 5989744.
HSL color Cylindrical-coordinate representation of color #70655B: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70655B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 91 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.56 |
| HSL | 28.57º | 0.1% | 0.4% | - |
| HSV(B) | 28.57º | 0.19% | 0.44% | - |
| XYZ | 13.22 | 13.51 | 11.81 | - |
| YUV | 103.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 91 | 0 | 0.10 | 0.19 | 0.56 | 28.57 | 0.1 | 0.4 |
| Hex | 70 | 65 | 5B | 0 | A | 13 | 38 | 1D | A | 28 |
| Octal | 160 | 145 | 133 | 0 | 12 | 23 | 70 | 35 | 12 | 50 |
| Binary | 1110000 | 1100101 | 1011011 | 0 | 1010 | 10011 | 111000 | 11101 | 1010 | 101000 |
Color Harmonies of #70655B
Complementary color
Monochromatic Colors of #70655B
Black with #70655B
Text Example
Text Example
White with #70655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70655B; }
p { color: rgb(112,101,91); }
H1.HeaderClassName
{
color: #70655B;
}
.AnyTagClassName
{
color: #70655B;
}
</style>
background-color css
<style>
a { background-color: #70655B; }
a { background-color: rgb(112,101,91); }
div.DivClassName
{
background-color: #70655B;
}
.BgClassName
{
background-color: #70655B;
}
</style>
border-color css
<style>
span { border-color: #70655B; }
span { border-color: rgb(112,101,91); }
td.TdClassName
{
border-color: #70655B;
}
.TagClassName
{
border-color: #70655B;
}
</style>