Shades of Pine Cone #70675B
Tints of Pine Cone #70675B
RGB
CMYK
RGB Variations
Color information
#70675B (or 0x70675B) is known color: Pine Cone. HEX triplet: 70, 67 and 5B. RGB value is (112,103,91). Sum of RGB (Red+Green+Blue) = 112+103+91=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675B is #8F98A4. Grayscale: #686868. Windows color (decimal): -9410725 or 5990256. OLE color: 5990256.
HSL color Cylindrical-coordinate representation of color #70675B: hue angle of 34.29º 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 #70675B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 91 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.56 |
| HSL | 34.29º | 0.1% | 0.4% | - |
| HSV(B) | 34.29º | 0.19% | 0.44% | - |
| XYZ | 13.42 | 13.9 | 11.87 | - |
| YUV | 104.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 91 | 0 | 0.08 | 0.19 | 0.56 | 34.29 | 0.1 | 0.4 |
| Hex | 70 | 67 | 5B | 0 | 8 | 13 | 38 | 22 | A | 28 |
| Octal | 160 | 147 | 133 | 0 | 10 | 23 | 70 | 42 | 12 | 50 |
| Binary | 1110000 | 1100111 | 1011011 | 0 | 1000 | 10011 | 111000 | 100010 | 1010 | 101000 |
Color Harmonies of #70675B
Complementary color
Monochromatic Colors of #70675B
Black with #70675B
Text Example
Text Example
White with #70675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70675B; }
p { color: rgb(112,103,91); }
H1.HeaderClassName
{
color: #70675B;
}
.AnyTagClassName
{
color: #70675B;
}
</style>
background-color css
<style>
a { background-color: #70675B; }
a { background-color: rgb(112,103,91); }
div.DivClassName
{
background-color: #70675B;
}
.BgClassName
{
background-color: #70675B;
}
</style>
border-color css
<style>
span { border-color: #70675B; }
span { border-color: rgb(112,103,91); }
td.TdClassName
{
border-color: #70675B;
}
.TagClassName
{
border-color: #70675B;
}
</style>