Shades of Pine Cone #70645B
Tints of Pine Cone #70645B
RGB
CMYK
RGB Variations
Color information
#70645B (or 0x70645B) is known color: Pine Cone. HEX triplet: 70, 64 and 5B. RGB value is (112,100,91). Sum of RGB (Red+Green+Blue) = 112+100+91=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70645B is #8F9BA4. Grayscale: #666666. Windows color (decimal): -9411493 or 5989488. OLE color: 5989488.
HSL color Cylindrical-coordinate representation of color #70645B: hue angle of 25.71º 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 #70645B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 91 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.56 |
| HSL | 25.71º | 0.1% | 0.4% | - |
| HSV(B) | 25.71º | 0.19% | 0.44% | - |
| XYZ | 13.13 | 13.31 | 11.78 | - |
| YUV | 102.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 91 | 0 | 0.11 | 0.19 | 0.56 | 25.71 | 0.1 | 0.4 |
| Hex | 70 | 64 | 5B | 0 | B | 13 | 38 | 1A | A | 28 |
| Octal | 160 | 144 | 133 | 0 | 13 | 23 | 70 | 32 | 12 | 50 |
| Binary | 1110000 | 1100100 | 1011011 | 0 | 1011 | 10011 | 111000 | 11010 | 1010 | 101000 |
Color Harmonies of #70645B
Complementary color
Monochromatic Colors of #70645B
Black with #70645B
Text Example
Text Example
White with #70645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70645B; }
p { color: rgb(112,100,91); }
H1.HeaderClassName
{
color: #70645B;
}
.AnyTagClassName
{
color: #70645B;
}
</style>
background-color css
<style>
a { background-color: #70645B; }
a { background-color: rgb(112,100,91); }
div.DivClassName
{
background-color: #70645B;
}
.BgClassName
{
background-color: #70645B;
}
</style>
border-color css
<style>
span { border-color: #70645B; }
span { border-color: rgb(112,100,91); }
td.TdClassName
{
border-color: #70645B;
}
.TagClassName
{
border-color: #70645B;
}
</style>