Shades of Pine Cone #70655A
Tints of Pine Cone #70655A
RGB
CMYK
RGB Variations
Color information
#70655A (or 0x70655A) is known color: Pine Cone. HEX triplet: 70, 65 and 5A. RGB value is (112,101,90). Sum of RGB (Red+Green+Blue) = 112+101+90=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655A is #8F9AA5. Grayscale: #676767. Windows color (decimal): -9411238 or 5924208. OLE color: 5924208.
HSL color Cylindrical-coordinate representation of color #70655A: hue angle of 30º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70655A is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 90 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.56 |
| HSL | 30º | 0.11% | 0.4% | - |
| HSV(B) | 30º | 0.2% | 0.44% | - |
| XYZ | 13.18 | 13.49 | 11.58 | - |
| YUV | 103.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 90 | 0 | 0.10 | 0.20 | 0.56 | 30 | 0.11 | 0.4 |
| Hex | 70 | 65 | 5A | 0 | A | 14 | 38 | 1E | B | 28 |
| Octal | 160 | 145 | 132 | 0 | 12 | 24 | 70 | 36 | 13 | 50 |
| Binary | 1110000 | 1100101 | 1011010 | 0 | 1010 | 10100 | 111000 | 11110 | 1011 | 101000 |
Color Harmonies of #70655A
Complementary color
Monochromatic Colors of #70655A
Black with #70655A
Text Example
Text Example
White with #70655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70655A; }
p { color: rgb(112,101,90); }
H1.HeaderClassName
{
color: #70655A;
}
.AnyTagClassName
{
color: #70655A;
}
</style>
background-color css
<style>
a { background-color: #70655A; }
a { background-color: rgb(112,101,90); }
div.DivClassName
{
background-color: #70655A;
}
.BgClassName
{
background-color: #70655A;
}
</style>
border-color css
<style>
span { border-color: #70655A; }
span { border-color: rgb(112,101,90); }
td.TdClassName
{
border-color: #70655A;
}
.TagClassName
{
border-color: #70655A;
}
</style>