Shades of Pine Cone #6F6358
Tints of Pine Cone #6F6358
RGB
CMYK
RGB Variations
Color information
#6F6358 (or 0x6F6358) is known color: Pine Cone. HEX triplet: 6F, 63 and 58. RGB value is (111,99,88). Sum of RGB (Red+Green+Blue) = 111+99+88=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6358 is #909CA7. Grayscale: #656565. Windows color (decimal): -9477288 or 5792623. OLE color: 5792623.
HSL color Cylindrical-coordinate representation of color #6F6358: hue angle of 28.7º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6358 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 88 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.56 |
| HSL | 28.7º | 0.12% | 0.39% | - |
| HSV(B) | 28.7º | 0.21% | 0.44% | - |
| XYZ | 12.78 | 13.01 | 11.07 | - |
| YUV | 101.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 88 | 0 | 0.11 | 0.21 | 0.56 | 28.7 | 0.12 | 0.39 |
| Hex | 6F | 63 | 58 | 0 | B | 15 | 38 | 1D | C | 27 |
| Octal | 157 | 143 | 130 | 0 | 13 | 25 | 70 | 35 | 14 | 47 |
| Binary | 1101111 | 1100011 | 1011000 | 0 | 1011 | 10101 | 111000 | 11101 | 1100 | 100111 |
Color Harmonies of #6F6358
Complementary color
Monochromatic Colors of #6F6358
Black with #6F6358
Text Example
Text Example
White with #6F6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6358; }
p { color: rgb(111,99,88); }
H1.HeaderClassName
{
color: #6F6358;
}
.AnyTagClassName
{
color: #6F6358;
}
</style>
background-color css
<style>
a { background-color: #6F6358; }
a { background-color: rgb(111,99,88); }
div.DivClassName
{
background-color: #6F6358;
}
.BgClassName
{
background-color: #6F6358;
}
</style>
border-color css
<style>
span { border-color: #6F6358; }
span { border-color: rgb(111,99,88); }
td.TdClassName
{
border-color: #6F6358;
}
.TagClassName
{
border-color: #6F6358;
}
</style>