Shades of Pine Cone #6F6256
Tints of Pine Cone #6F6256
RGB
CMYK
RGB Variations
Color information
#6F6256 (or 0x6F6256) is known color: Pine Cone. HEX triplet: 6F, 62 and 56. RGB value is (111,98,86). Sum of RGB (Red+Green+Blue) = 111+98+86=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6256 is #909DA9. Grayscale: #646464. Windows color (decimal): -9477546 or 5661295. OLE color: 5661295.
HSL color Cylindrical-coordinate representation of color #6F6256: hue angle of 28.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6256 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 86 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.56 |
| HSL | 28.8º | 0.13% | 0.39% | - |
| HSV(B) | 28.8º | 0.23% | 0.44% | - |
| XYZ | 12.6 | 12.79 | 10.61 | - |
| YUV | 100.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 86 | 0 | 0.12 | 0.23 | 0.56 | 28.8 | 0.13 | 0.39 |
| Hex | 6F | 62 | 56 | 0 | C | 17 | 38 | 1D | D | 27 |
| Octal | 157 | 142 | 126 | 0 | 14 | 27 | 70 | 35 | 15 | 47 |
| Binary | 1101111 | 1100010 | 1010110 | 0 | 1100 | 10111 | 111000 | 11101 | 1101 | 100111 |
Color Harmonies of #6F6256
Complementary color
Monochromatic Colors of #6F6256
Black with #6F6256
Text Example
Text Example
White with #6F6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6256; }
p { color: rgb(111,98,86); }
H1.HeaderClassName
{
color: #6F6256;
}
.AnyTagClassName
{
color: #6F6256;
}
</style>
background-color css
<style>
a { background-color: #6F6256; }
a { background-color: rgb(111,98,86); }
div.DivClassName
{
background-color: #6F6256;
}
.BgClassName
{
background-color: #6F6256;
}
</style>
border-color css
<style>
span { border-color: #6F6256; }
span { border-color: rgb(111,98,86); }
td.TdClassName
{
border-color: #6F6256;
}
.TagClassName
{
border-color: #6F6256;
}
</style>