Shades of Pine Cone #7C6650
Tints of Pine Cone #7C6650
RGB
CMYK
RGB Variations
Color information
#7C6650 (or 0x7C6650) is known color: Pine Cone. HEX triplet: 7C, 66 and 50. RGB value is (124,102,80). Sum of RGB (Red+Green+Blue) = 124+102+80=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6650 is #8399AF. Grayscale: #6A6A6A. Windows color (decimal): -8624560 or 5269116. OLE color: 5269116.
HSL color Cylindrical-coordinate representation of color #7C6650: hue angle of 30º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6650 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 80 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.51 |
| HSL | 30º | 0.22% | 0.4% | - |
| HSV(B) | 30º | 0.35% | 0.49% | - |
| XYZ | 14.51 | 14.37 | 9.6 | - |
| YUV | 106.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 80 | 0 | 0.18 | 0.35 | 0.51 | 30 | 0.22 | 0.4 |
| Hex | 7C | 66 | 50 | 0 | 12 | 23 | 33 | 1E | 16 | 28 |
| Octal | 174 | 146 | 120 | 0 | 22 | 43 | 63 | 36 | 26 | 50 |
| Binary | 1111100 | 1100110 | 1010000 | 0 | 10010 | 100011 | 110011 | 11110 | 10110 | 101000 |
Color Harmonies of #7C6650
Complementary color
Monochromatic Colors of #7C6650
Black with #7C6650
Text Example
Text Example
White with #7C6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6650; }
p { color: rgb(124,102,80); }
H1.HeaderClassName
{
color: #7C6650;
}
.AnyTagClassName
{
color: #7C6650;
}
</style>
background-color css
<style>
a { background-color: #7C6650; }
a { background-color: rgb(124,102,80); }
div.DivClassName
{
background-color: #7C6650;
}
.BgClassName
{
background-color: #7C6650;
}
</style>
border-color css
<style>
span { border-color: #7C6650; }
span { border-color: rgb(124,102,80); }
td.TdClassName
{
border-color: #7C6650;
}
.TagClassName
{
border-color: #7C6650;
}
</style>