Shades of Pine Cone #70665C
Tints of Pine Cone #70665C
RGB
CMYK
RGB Variations
Color information
#70665C (or 0x70665C) is known color: Pine Cone. HEX triplet: 70, 66 and 5C. RGB value is (112,102,92). Sum of RGB (Red+Green+Blue) = 112+102+92=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665C is #8F99A3. Grayscale: #676767. Windows color (decimal): -9410980 or 6055536. OLE color: 6055536.
HSL color Cylindrical-coordinate representation of color #70665C: hue angle of 30º 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 #70665C is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 92 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.56 |
| HSL | 30º | 0.1% | 0.4% | - |
| HSV(B) | 30º | 0.18% | 0.44% | - |
| XYZ | 13.37 | 13.72 | 12.07 | - |
| YUV | 103.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 92 | 0 | 0.09 | 0.18 | 0.56 | 30 | 0.1 | 0.4 |
| Hex | 70 | 66 | 5C | 0 | 9 | 12 | 38 | 1E | A | 28 |
| Octal | 160 | 146 | 134 | 0 | 11 | 22 | 70 | 36 | 12 | 50 |
| Binary | 1110000 | 1100110 | 1011100 | 0 | 1001 | 10010 | 111000 | 11110 | 1010 | 101000 |
Color Harmonies of #70665C
Complementary color
Monochromatic Colors of #70665C
Black with #70665C
Text Example
Text Example
White with #70665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70665C; }
p { color: rgb(112,102,92); }
H1.HeaderClassName
{
color: #70665C;
}
.AnyTagClassName
{
color: #70665C;
}
</style>
background-color css
<style>
a { background-color: #70665C; }
a { background-color: rgb(112,102,92); }
div.DivClassName
{
background-color: #70665C;
}
.BgClassName
{
background-color: #70665C;
}
</style>
border-color css
<style>
span { border-color: #70665C; }
span { border-color: rgb(112,102,92); }
td.TdClassName
{
border-color: #70665C;
}
.TagClassName
{
border-color: #70665C;
}
</style>