Shades of Pine Cone #6C6660
Tints of Pine Cone #6C6660
RGB
CMYK
RGB Variations
Color information
#6C6660 (or 0x6C6660) is known color: Pine Cone. HEX triplet: 6C, 66 and 60. RGB value is (108,102,96). Sum of RGB (Red+Green+Blue) = 108+102+96=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6660 is #93999F. Grayscale: #676767. Windows color (decimal): -9673120 or 6317676. OLE color: 6317676.
HSL color Cylindrical-coordinate representation of color #6C6660: hue angle of 30º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6660 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 102 | 96 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.58 |
| HSL | 30º | 0.06% | 0.4% | - |
| HSV(B) | 30º | 0.11% | 0.42% | - |
| XYZ | 13.05 | 13.54 | 12.99 | - |
| YUV | 103.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 96 | 0 | 0.06 | 0.11 | 0.58 | 30 | 0.06 | 0.4 |
| Hex | 6C | 66 | 60 | 0 | 6 | B | 3A | 1E | 6 | 28 |
| Octal | 154 | 146 | 140 | 0 | 6 | 13 | 72 | 36 | 6 | 50 |
| Binary | 1101100 | 1100110 | 1100000 | 0 | 110 | 1011 | 111010 | 11110 | 110 | 101000 |
Color Harmonies of #6C6660
Complementary color
Monochromatic Colors of #6C6660
Black with #6C6660
Text Example
Text Example
White with #6C6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6660; }
p { color: rgb(108,102,96); }
H1.HeaderClassName
{
color: #6C6660;
}
.AnyTagClassName
{
color: #6C6660;
}
</style>
background-color css
<style>
a { background-color: #6C6660; }
a { background-color: rgb(108,102,96); }
div.DivClassName
{
background-color: #6C6660;
}
.BgClassName
{
background-color: #6C6660;
}
</style>
border-color css
<style>
span { border-color: #6C6660; }
span { border-color: rgb(108,102,96); }
td.TdClassName
{
border-color: #6C6660;
}
.TagClassName
{
border-color: #6C6660;
}
</style>