Shades of Pine Cone #70675D
Tints of Pine Cone #70675D
RGB
CMYK
RGB Variations
Color information
#70675D (or 0x70675D) is known color: Pine Cone. HEX triplet: 70, 67 and 5D. RGB value is (112,103,93). Sum of RGB (Red+Green+Blue) = 112+103+93=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675D is #8F98A2. Grayscale: #686868. Windows color (decimal): -9410723 or 6121328. OLE color: 6121328.
HSL color Cylindrical-coordinate representation of color #70675D: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70675D is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 93 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.56 |
| HSL | 31.58º | 0.09% | 0.4% | - |
| HSV(B) | 31.58º | 0.17% | 0.44% | - |
| XYZ | 13.51 | 13.94 | 12.33 | - |
| YUV | 104.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 93 | 0 | 0.08 | 0.17 | 0.56 | 31.58 | 0.09 | 0.4 |
| Hex | 70 | 67 | 5D | 0 | 8 | 11 | 38 | 20 | 9 | 28 |
| Octal | 160 | 147 | 135 | 0 | 10 | 21 | 70 | 40 | 11 | 50 |
| Binary | 1110000 | 1100111 | 1011101 | 0 | 1000 | 10001 | 111000 | 100000 | 1001 | 101000 |
Color Harmonies of #70675D
Complementary color
Monochromatic Colors of #70675D
Black with #70675D
Text Example
Text Example
White with #70675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70675D; }
p { color: rgb(112,103,93); }
H1.HeaderClassName
{
color: #70675D;
}
.AnyTagClassName
{
color: #70675D;
}
</style>
background-color css
<style>
a { background-color: #70675D; }
a { background-color: rgb(112,103,93); }
div.DivClassName
{
background-color: #70675D;
}
.BgClassName
{
background-color: #70675D;
}
</style>
border-color css
<style>
span { border-color: #70675D; }
span { border-color: rgb(112,103,93); }
td.TdClassName
{
border-color: #70675D;
}
.TagClassName
{
border-color: #70675D;
}
</style>