Shades of Pine Cone #6F675F
Tints of Pine Cone #6F675F
RGB
CMYK
RGB Variations
Color information
#6F675F (or 0x6F675F) is known color: Pine Cone. HEX triplet: 6F, 67 and 5F. RGB value is (111,103,95). Sum of RGB (Red+Green+Blue) = 111+103+95=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675F is #9098A0. Grayscale: #686868. Windows color (decimal): -9476257 or 6252399. OLE color: 6252399.
HSL color Cylindrical-coordinate representation of color #6F675F: hue angle of 30º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F675F is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 95 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.56 |
| HSL | 30º | 0.08% | 0.4% | - |
| HSV(B) | 30º | 0.14% | 0.44% | - |
| XYZ | 13.47 | 13.91 | 12.8 | - |
| YUV | 104.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 95 | 0 | 0.07 | 0.14 | 0.56 | 30 | 0.08 | 0.4 |
| Hex | 6F | 67 | 5F | 0 | 7 | E | 38 | 1E | 8 | 28 |
| Octal | 157 | 147 | 137 | 0 | 7 | 16 | 70 | 36 | 10 | 50 |
| Binary | 1101111 | 1100111 | 1011111 | 0 | 111 | 1110 | 111000 | 11110 | 1000 | 101000 |
Color Harmonies of #6F675F
Complementary color
Monochromatic Colors of #6F675F
Black with #6F675F
Text Example
Text Example
White with #6F675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F675F; }
p { color: rgb(111,103,95); }
H1.HeaderClassName
{
color: #6F675F;
}
.AnyTagClassName
{
color: #6F675F;
}
</style>
background-color css
<style>
a { background-color: #6F675F; }
a { background-color: rgb(111,103,95); }
div.DivClassName
{
background-color: #6F675F;
}
.BgClassName
{
background-color: #6F675F;
}
</style>
border-color css
<style>
span { border-color: #6F675F; }
span { border-color: rgb(111,103,95); }
td.TdClassName
{
border-color: #6F675F;
}
.TagClassName
{
border-color: #6F675F;
}
</style>