Shades of Pine Cone #706252
Tints of Pine Cone #706252
RGB
CMYK
RGB Variations
Color information
#706252 (or 0x706252) is known color: Pine Cone. HEX triplet: 70, 62 and 52. RGB value is (112,98,82). Sum of RGB (Red+Green+Blue) = 112+98+82=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706252 is #8F9DAD. Grayscale: #646464. Windows color (decimal): -9412014 or 5399152. OLE color: 5399152.
HSL color Cylindrical-coordinate representation of color #706252: hue angle of 32º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706252 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 82 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.56 |
| HSL | 32º | 0.15% | 0.38% | - |
| HSV(B) | 32º | 0.27% | 0.44% | - |
| XYZ | 12.57 | 12.79 | 9.79 | - |
| YUV | 100.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 82 | 0 | 0.13 | 0.27 | 0.56 | 32 | 0.15 | 0.38 |
| Hex | 70 | 62 | 52 | 0 | D | 1B | 38 | 20 | F | 26 |
| Octal | 160 | 142 | 122 | 0 | 15 | 33 | 70 | 40 | 17 | 46 |
| Binary | 1110000 | 1100010 | 1010010 | 0 | 1101 | 11011 | 111000 | 100000 | 1111 | 100110 |
Color Harmonies of #706252
Complementary color
Monochromatic Colors of #706252
Black with #706252
Text Example
Text Example
White with #706252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706252; }
p { color: rgb(112,98,82); }
H1.HeaderClassName
{
color: #706252;
}
.AnyTagClassName
{
color: #706252;
}
</style>
background-color css
<style>
a { background-color: #706252; }
a { background-color: rgb(112,98,82); }
div.DivClassName
{
background-color: #706252;
}
.BgClassName
{
background-color: #706252;
}
</style>
border-color css
<style>
span { border-color: #706252; }
span { border-color: rgb(112,98,82); }
td.TdClassName
{
border-color: #706252;
}
.TagClassName
{
border-color: #706252;
}
</style>