Shades of Pine Cone #6C655F
Tints of Pine Cone #6C655F
RGB
CMYK
RGB Variations
Color information
#6C655F (or 0x6C655F) is known color: Pine Cone. HEX triplet: 6C, 65 and 5F. RGB value is (108,101,95). Sum of RGB (Red+Green+Blue) = 108+101+95=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 108 - color contains mainly: red. Hex color #6C655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C655F is #939AA0. Grayscale: #666666. Windows color (decimal): -9673377 or 6251884. OLE color: 6251884.
HSL color Cylindrical-coordinate representation of color #6C655F: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C655F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 101 | 95 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.58 |
| HSL | 27.69º | 0.06% | 0.4% | - |
| HSV(B) | 27.69º | 0.12% | 0.42% | - |
| XYZ | 12.9 | 13.32 | 12.72 | - |
| YUV | 102.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 95 | 0 | 0.06 | 0.12 | 0.58 | 27.69 | 0.06 | 0.4 |
| Hex | 6C | 65 | 5F | 0 | 6 | C | 3A | 1C | 6 | 28 |
| Octal | 154 | 145 | 137 | 0 | 6 | 14 | 72 | 34 | 6 | 50 |
| Binary | 1101100 | 1100101 | 1011111 | 0 | 110 | 1100 | 111010 | 11100 | 110 | 101000 |
Color Harmonies of #6C655F
Complementary color
Monochromatic Colors of #6C655F
Black with #6C655F
Text Example
Text Example
White with #6C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C655F; }
p { color: rgb(108,101,95); }
H1.HeaderClassName
{
color: #6C655F;
}
.AnyTagClassName
{
color: #6C655F;
}
</style>
background-color css
<style>
a { background-color: #6C655F; }
a { background-color: rgb(108,101,95); }
div.DivClassName
{
background-color: #6C655F;
}
.BgClassName
{
background-color: #6C655F;
}
</style>
border-color css
<style>
span { border-color: #6C655F; }
span { border-color: rgb(108,101,95); }
td.TdClassName
{
border-color: #6C655F;
}
.TagClassName
{
border-color: #6C655F;
}
</style>