Shades of Pine Cone #7B6651
Tints of Pine Cone #7B6651
RGB
CMYK
RGB Variations
Color information
#7B6651 (or 0x7B6651) is known color: Pine Cone. HEX triplet: 7B, 66 and 51. RGB value is (123,102,81). Sum of RGB (Red+Green+Blue) = 123+102+81=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6651 is #8499AE. Grayscale: #696969. Windows color (decimal): -8690095 or 5334651. OLE color: 5334651.
HSL color Cylindrical-coordinate representation of color #7B6651: hue angle of 30º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B6651 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 81 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.52 |
| HSL | 30º | 0.21% | 0.4% | - |
| HSV(B) | 30º | 0.34% | 0.48% | - |
| XYZ | 14.4 | 14.31 | 9.79 | - |
| YUV | 105.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 81 | 0 | 0.17 | 0.34 | 0.52 | 30 | 0.21 | 0.4 |
| Hex | 7B | 66 | 51 | 0 | 11 | 22 | 34 | 1E | 15 | 28 |
| Octal | 173 | 146 | 121 | 0 | 21 | 42 | 64 | 36 | 25 | 50 |
| Binary | 1111011 | 1100110 | 1010001 | 0 | 10001 | 100010 | 110100 | 11110 | 10101 | 101000 |
Color Harmonies of #7B6651
Complementary color
Monochromatic Colors of #7B6651
Black with #7B6651
Text Example
Text Example
White with #7B6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6651; }
p { color: rgb(123,102,81); }
H1.HeaderClassName
{
color: #7B6651;
}
.AnyTagClassName
{
color: #7B6651;
}
</style>
background-color css
<style>
a { background-color: #7B6651; }
a { background-color: rgb(123,102,81); }
div.DivClassName
{
background-color: #7B6651;
}
.BgClassName
{
background-color: #7B6651;
}
</style>
border-color css
<style>
span { border-color: #7B6651; }
span { border-color: rgb(123,102,81); }
td.TdClassName
{
border-color: #7B6651;
}
.TagClassName
{
border-color: #7B6651;
}
</style>