Shades of Pine Cone #6E655B
Tints of Pine Cone #6E655B
RGB
CMYK
RGB Variations
Color information
#6E655B (or 0x6E655B) is known color: Pine Cone. HEX triplet: 6E, 65 and 5B. RGB value is (110,101,91). Sum of RGB (Red+Green+Blue) = 110+101+91=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E655B is #919AA4. Grayscale: #666666. Windows color (decimal): -9542309 or 5989742. OLE color: 5989742.
HSL color Cylindrical-coordinate representation of color #6E655B: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E655B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 101 | 91 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.57 |
| HSL | 31.58º | 0.09% | 0.39% | - |
| HSV(B) | 31.58º | 0.17% | 0.43% | - |
| XYZ | 12.97 | 13.38 | 11.8 | - |
| YUV | 102.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 91 | 0 | 0.08 | 0.17 | 0.57 | 31.58 | 0.09 | 0.39 |
| Hex | 6E | 65 | 5B | 0 | 8 | 11 | 39 | 20 | 9 | 27 |
| Octal | 156 | 145 | 133 | 0 | 10 | 21 | 71 | 40 | 11 | 47 |
| Binary | 1101110 | 1100101 | 1011011 | 0 | 1000 | 10001 | 111001 | 100000 | 1001 | 100111 |
Color Harmonies of #6E655B
Complementary color
Monochromatic Colors of #6E655B
Black with #6E655B
Text Example
Text Example
White with #6E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E655B; }
p { color: rgb(110,101,91); }
H1.HeaderClassName
{
color: #6E655B;
}
.AnyTagClassName
{
color: #6E655B;
}
</style>
background-color css
<style>
a { background-color: #6E655B; }
a { background-color: rgb(110,101,91); }
div.DivClassName
{
background-color: #6E655B;
}
.BgClassName
{
background-color: #6E655B;
}
</style>
border-color css
<style>
span { border-color: #6E655B; }
span { border-color: rgb(110,101,91); }
td.TdClassName
{
border-color: #6E655B;
}
.TagClassName
{
border-color: #6E655B;
}
</style>