Shades of Pine Cone #6F6356
Tints of Pine Cone #6F6356
RGB
CMYK
RGB Variations
Color information
#6F6356 (or 0x6F6356) is known color: Pine Cone. HEX triplet: 6F, 63 and 56. RGB value is (111,99,86). Sum of RGB (Red+Green+Blue) = 111+99+86=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6356 is #909CA9. Grayscale: #656565. Windows color (decimal): -9477290 or 5661551. OLE color: 5661551.
HSL color Cylindrical-coordinate representation of color #6F6356: hue angle of 31.2º 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 #6F6356 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 86 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.56 |
| HSL | 31.2º | 0.13% | 0.39% | - |
| HSV(B) | 31.2º | 0.23% | 0.44% | - |
| XYZ | 12.7 | 12.98 | 10.64 | - |
| YUV | 101.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 86 | 0 | 0.11 | 0.23 | 0.56 | 31.2 | 0.13 | 0.39 |
| Hex | 6F | 63 | 56 | 0 | B | 17 | 38 | 1F | D | 27 |
| Octal | 157 | 143 | 126 | 0 | 13 | 27 | 70 | 37 | 15 | 47 |
| Binary | 1101111 | 1100011 | 1010110 | 0 | 1011 | 10111 | 111000 | 11111 | 1101 | 100111 |
Color Harmonies of #6F6356
Complementary color
Monochromatic Colors of #6F6356
Black with #6F6356
Text Example
Text Example
White with #6F6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6356; }
p { color: rgb(111,99,86); }
H1.HeaderClassName
{
color: #6F6356;
}
.AnyTagClassName
{
color: #6F6356;
}
</style>
background-color css
<style>
a { background-color: #6F6356; }
a { background-color: rgb(111,99,86); }
div.DivClassName
{
background-color: #6F6356;
}
.BgClassName
{
background-color: #6F6356;
}
</style>
border-color css
<style>
span { border-color: #6F6356; }
span { border-color: rgb(111,99,86); }
td.TdClassName
{
border-color: #6F6356;
}
.TagClassName
{
border-color: #6F6356;
}
</style>