Shades of Pine Cone #6F665D
Tints of Pine Cone #6F665D
RGB
CMYK
RGB Variations
Color information
#6F665D (or 0x6F665D) is known color: Pine Cone. HEX triplet: 6F, 66 and 5D. RGB value is (111,102,93). Sum of RGB (Red+Green+Blue) = 111+102+93=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F665D is #9099A2. Grayscale: #676767. Windows color (decimal): -9476515 or 6121071. OLE color: 6121071.
HSL color Cylindrical-coordinate representation of color #6F665D: hue angle of 30º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F665D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 93 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.56 |
| HSL | 30º | 0.09% | 0.4% | - |
| HSV(B) | 30º | 0.16% | 0.44% | - |
| XYZ | 13.28 | 13.67 | 12.29 | - |
| YUV | 103.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 93 | 0 | 0.08 | 0.16 | 0.56 | 30 | 0.09 | 0.4 |
| Hex | 6F | 66 | 5D | 0 | 8 | 10 | 38 | 1E | 9 | 28 |
| Octal | 157 | 146 | 135 | 0 | 10 | 20 | 70 | 36 | 11 | 50 |
| Binary | 1101111 | 1100110 | 1011101 | 0 | 1000 | 10000 | 111000 | 11110 | 1001 | 101000 |
Color Harmonies of #6F665D
Complementary color
Monochromatic Colors of #6F665D
Black with #6F665D
Text Example
Text Example
White with #6F665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F665D; }
p { color: rgb(111,102,93); }
H1.HeaderClassName
{
color: #6F665D;
}
.AnyTagClassName
{
color: #6F665D;
}
</style>
background-color css
<style>
a { background-color: #6F665D; }
a { background-color: rgb(111,102,93); }
div.DivClassName
{
background-color: #6F665D;
}
.BgClassName
{
background-color: #6F665D;
}
</style>
border-color css
<style>
span { border-color: #6F665D; }
span { border-color: rgb(111,102,93); }
td.TdClassName
{
border-color: #6F665D;
}
.TagClassName
{
border-color: #6F665D;
}
</style>