Shades of Pine Cone #766656
Tints of Pine Cone #766656
RGB
CMYK
RGB Variations
Color information
#766656 (or 0x766656) is known color: Pine Cone. HEX triplet: 76, 66 and 56. RGB value is (118,102,86). Sum of RGB (Red+Green+Blue) = 118+102+86=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766656 is #8999A9. Grayscale: #696969. Windows color (decimal): -9017770 or 5662326. OLE color: 5662326.
HSL color Cylindrical-coordinate representation of color #766656: hue angle of 30º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766656 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 86 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.54 |
| HSL | 30º | 0.16% | 0.4% | - |
| HSV(B) | 30º | 0.27% | 0.46% | - |
| XYZ | 13.9 | 14.03 | 10.78 | - |
| YUV | 104.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 86 | 0 | 0.14 | 0.27 | 0.54 | 30 | 0.16 | 0.4 |
| Hex | 76 | 66 | 56 | 0 | E | 1B | 36 | 1E | 10 | 28 |
| Octal | 166 | 146 | 126 | 0 | 16 | 33 | 66 | 36 | 20 | 50 |
| Binary | 1110110 | 1100110 | 1010110 | 0 | 1110 | 11011 | 110110 | 11110 | 10000 | 101000 |
Color Harmonies of #766656
Complementary color
Monochromatic Colors of #766656
Black with #766656
Text Example
Text Example
White with #766656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766656; }
p { color: rgb(118,102,86); }
H1.HeaderClassName
{
color: #766656;
}
.AnyTagClassName
{
color: #766656;
}
</style>
background-color css
<style>
a { background-color: #766656; }
a { background-color: rgb(118,102,86); }
div.DivClassName
{
background-color: #766656;
}
.BgClassName
{
background-color: #766656;
}
</style>
border-color css
<style>
span { border-color: #766656; }
span { border-color: rgb(118,102,86); }
td.TdClassName
{
border-color: #766656;
}
.TagClassName
{
border-color: #766656;
}
</style>