Shades of Pine Cone #6D6762
Tints of Pine Cone #6D6762
RGB
CMYK
RGB Variations
Color information
#6D6762 (or 0x6D6762) is known color: Pine Cone. HEX triplet: 6D, 67 and 62. RGB value is (109,103,98). Sum of RGB (Red+Green+Blue) = 109+103+98=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6762 is #92989D. Grayscale: #686868. Windows color (decimal): -9607326 or 6449005. OLE color: 6449005.
HSL color Cylindrical-coordinate representation of color #6D6762: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6762 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 98 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.57 |
| HSL | 27.27º | 0.05% | 0.41% | - |
| HSV(B) | 27.27º | 0.1% | 0.43% | - |
| XYZ | 13.36 | 13.83 | 13.52 | - |
| YUV | 104.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 98 | 0 | 0.06 | 0.10 | 0.57 | 27.27 | 0.05 | 0.41 |
| Hex | 6D | 67 | 62 | 0 | 6 | A | 39 | 1B | 5 | 29 |
| Octal | 155 | 147 | 142 | 0 | 6 | 12 | 71 | 33 | 5 | 51 |
| Binary | 1101101 | 1100111 | 1100010 | 0 | 110 | 1010 | 111001 | 11011 | 101 | 101001 |
Color Harmonies of #6D6762
Complementary color
Monochromatic Colors of #6D6762
Black with #6D6762
Text Example
Text Example
White with #6D6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6762; }
p { color: rgb(109,103,98); }
H1.HeaderClassName
{
color: #6D6762;
}
.AnyTagClassName
{
color: #6D6762;
}
</style>
background-color css
<style>
a { background-color: #6D6762; }
a { background-color: rgb(109,103,98); }
div.DivClassName
{
background-color: #6D6762;
}
.BgClassName
{
background-color: #6D6762;
}
</style>
border-color css
<style>
span { border-color: #6D6762; }
span { border-color: rgb(109,103,98); }
td.TdClassName
{
border-color: #6D6762;
}
.TagClassName
{
border-color: #6D6762;
}
</style>