Shades of Pine Cone #70655C
Tints of Pine Cone #70655C
RGB
CMYK
RGB Variations
Color information
#70655C (or 0x70655C) is known color: Pine Cone. HEX triplet: 70, 65 and 5C. RGB value is (112,101,92). Sum of RGB (Red+Green+Blue) = 112+101+92=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655C is #8F9AA3. Grayscale: #676767. Windows color (decimal): -9411236 or 6055280. OLE color: 6055280.
HSL color Cylindrical-coordinate representation of color #70655C: hue angle of 27º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70655C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 92 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.56 |
| HSL | 27º | 0.1% | 0.4% | - |
| HSV(B) | 27º | 0.18% | 0.44% | - |
| XYZ | 13.27 | 13.52 | 12.04 | - |
| YUV | 103.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 92 | 0 | 0.10 | 0.18 | 0.56 | 27 | 0.1 | 0.4 |
| Hex | 70 | 65 | 5C | 0 | A | 12 | 38 | 1B | A | 28 |
| Octal | 160 | 145 | 134 | 0 | 12 | 22 | 70 | 33 | 12 | 50 |
| Binary | 1110000 | 1100101 | 1011100 | 0 | 1010 | 10010 | 111000 | 11011 | 1010 | 101000 |
Color Harmonies of #70655C
Complementary color
Monochromatic Colors of #70655C
Black with #70655C
Text Example
Text Example
White with #70655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70655C; }
p { color: rgb(112,101,92); }
H1.HeaderClassName
{
color: #70655C;
}
.AnyTagClassName
{
color: #70655C;
}
</style>
background-color css
<style>
a { background-color: #70655C; }
a { background-color: rgb(112,101,92); }
div.DivClassName
{
background-color: #70655C;
}
.BgClassName
{
background-color: #70655C;
}
</style>
border-color css
<style>
span { border-color: #70655C; }
span { border-color: rgb(112,101,92); }
td.TdClassName
{
border-color: #70655C;
}
.TagClassName
{
border-color: #70655C;
}
</style>