Shades of Pine Cone #6F6255
Tints of Pine Cone #6F6255
RGB
CMYK
RGB Variations
Color information
#6F6255 (or 0x6F6255) is known color: Pine Cone. HEX triplet: 6F, 62 and 55. RGB value is (111,98,85). Sum of RGB (Red+Green+Blue) = 111+98+85=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6255 is #909DAA. Grayscale: #646464. Windows color (decimal): -9477547 or 5595759. OLE color: 5595759.
HSL color Cylindrical-coordinate representation of color #6F6255: hue angle of 30º 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 #6F6255 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 85 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.56 |
| HSL | 30º | 0.13% | 0.38% | - |
| HSV(B) | 30º | 0.23% | 0.44% | - |
| XYZ | 12.56 | 12.77 | 10.4 | - |
| YUV | 100.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 85 | 0 | 0.12 | 0.23 | 0.56 | 30 | 0.13 | 0.38 |
| Hex | 6F | 62 | 55 | 0 | C | 17 | 38 | 1E | D | 26 |
| Octal | 157 | 142 | 125 | 0 | 14 | 27 | 70 | 36 | 15 | 46 |
| Binary | 1101111 | 1100010 | 1010101 | 0 | 1100 | 10111 | 111000 | 11110 | 1101 | 100110 |
Color Harmonies of #6F6255
Complementary color
Monochromatic Colors of #6F6255
Black with #6F6255
Text Example
Text Example
White with #6F6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6255; }
p { color: rgb(111,98,85); }
H1.HeaderClassName
{
color: #6F6255;
}
.AnyTagClassName
{
color: #6F6255;
}
</style>
background-color css
<style>
a { background-color: #6F6255; }
a { background-color: rgb(111,98,85); }
div.DivClassName
{
background-color: #6F6255;
}
.BgClassName
{
background-color: #6F6255;
}
</style>
border-color css
<style>
span { border-color: #6F6255; }
span { border-color: rgb(111,98,85); }
td.TdClassName
{
border-color: #6F6255;
}
.TagClassName
{
border-color: #6F6255;
}
</style>