Shades of Pine Cone #706253
Tints of Pine Cone #706253
RGB
CMYK
RGB Variations
Color information
#706253 (or 0x706253) is known color: Pine Cone. HEX triplet: 70, 62 and 53. RGB value is (112,98,83). Sum of RGB (Red+Green+Blue) = 112+98+83=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706253 is #8F9DAC. Grayscale: #646464. Windows color (decimal): -9412013 or 5464688. OLE color: 5464688.
HSL color Cylindrical-coordinate representation of color #706253: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706253 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 83 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.56 |
| HSL | 31.03º | 0.15% | 0.38% | - |
| HSV(B) | 31.03º | 0.26% | 0.44% | - |
| XYZ | 12.61 | 12.8 | 9.99 | - |
| YUV | 100.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 83 | 0 | 0.13 | 0.26 | 0.56 | 31.03 | 0.15 | 0.38 |
| Hex | 70 | 62 | 53 | 0 | D | 1A | 38 | 1F | F | 26 |
| Octal | 160 | 142 | 123 | 0 | 15 | 32 | 70 | 37 | 17 | 46 |
| Binary | 1110000 | 1100010 | 1010011 | 0 | 1101 | 11010 | 111000 | 11111 | 1111 | 100110 |
Color Harmonies of #706253
Complementary color
Monochromatic Colors of #706253
Black with #706253
Text Example
Text Example
White with #706253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706253; }
p { color: rgb(112,98,83); }
H1.HeaderClassName
{
color: #706253;
}
.AnyTagClassName
{
color: #706253;
}
</style>
background-color css
<style>
a { background-color: #706253; }
a { background-color: rgb(112,98,83); }
div.DivClassName
{
background-color: #706253;
}
.BgClassName
{
background-color: #706253;
}
</style>
border-color css
<style>
span { border-color: #706253; }
span { border-color: rgb(112,98,83); }
td.TdClassName
{
border-color: #706253;
}
.TagClassName
{
border-color: #706253;
}
</style>