Shades of Pine Cone #6F6355
Tints of Pine Cone #6F6355
RGB
CMYK
RGB Variations
Color information
#6F6355 (or 0x6F6355) is known color: Pine Cone. HEX triplet: 6F, 63 and 55. RGB value is (111,99,85). Sum of RGB (Red+Green+Blue) = 111+99+85=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6355 is #909CAA. Grayscale: #656565. Windows color (decimal): -9477291 or 5596015. OLE color: 5596015.
HSL color Cylindrical-coordinate representation of color #6F6355: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6355 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 85 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.56 |
| HSL | 32.31º | 0.13% | 0.38% | - |
| HSV(B) | 32.31º | 0.23% | 0.44% | - |
| XYZ | 12.66 | 12.96 | 10.43 | - |
| YUV | 100.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 85 | 0 | 0.11 | 0.23 | 0.56 | 32.31 | 0.13 | 0.38 |
| Hex | 6F | 63 | 55 | 0 | B | 17 | 38 | 20 | D | 26 |
| Octal | 157 | 143 | 125 | 0 | 13 | 27 | 70 | 40 | 15 | 46 |
| Binary | 1101111 | 1100011 | 1010101 | 0 | 1011 | 10111 | 111000 | 100000 | 1101 | 100110 |
Color Harmonies of #6F6355
Complementary color
Monochromatic Colors of #6F6355
Black with #6F6355
Text Example
Text Example
White with #6F6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6355; }
p { color: rgb(111,99,85); }
H1.HeaderClassName
{
color: #6F6355;
}
.AnyTagClassName
{
color: #6F6355;
}
</style>
background-color css
<style>
a { background-color: #6F6355; }
a { background-color: rgb(111,99,85); }
div.DivClassName
{
background-color: #6F6355;
}
.BgClassName
{
background-color: #6F6355;
}
</style>
border-color css
<style>
span { border-color: #6F6355; }
span { border-color: rgb(111,99,85); }
td.TdClassName
{
border-color: #6F6355;
}
.TagClassName
{
border-color: #6F6355;
}
</style>