Shades of Pine Cone #6F675E
Tints of Pine Cone #6F675E
RGB
CMYK
RGB Variations
Color information
#6F675E (or 0x6F675E) is known color: Pine Cone. HEX triplet: 6F, 67 and 5E. RGB value is (111,103,94). Sum of RGB (Red+Green+Blue) = 111+103+94=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675E is #9098A1. Grayscale: #686868. Windows color (decimal): -9476258 or 6186863. OLE color: 6186863.
HSL color Cylindrical-coordinate representation of color #6F675E: hue angle of 31.76º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F675E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 94 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.56 |
| HSL | 31.76º | 0.08% | 0.4% | - |
| HSV(B) | 31.76º | 0.15% | 0.44% | - |
| XYZ | 13.43 | 13.89 | 12.56 | - |
| YUV | 104.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 94 | 0 | 0.07 | 0.15 | 0.56 | 31.76 | 0.08 | 0.4 |
| Hex | 6F | 67 | 5E | 0 | 7 | F | 38 | 20 | 8 | 28 |
| Octal | 157 | 147 | 136 | 0 | 7 | 17 | 70 | 40 | 10 | 50 |
| Binary | 1101111 | 1100111 | 1011110 | 0 | 111 | 1111 | 111000 | 100000 | 1000 | 101000 |
Color Harmonies of #6F675E
Complementary color
Monochromatic Colors of #6F675E
Black with #6F675E
Text Example
Text Example
White with #6F675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F675E; }
p { color: rgb(111,103,94); }
H1.HeaderClassName
{
color: #6F675E;
}
.AnyTagClassName
{
color: #6F675E;
}
</style>
background-color css
<style>
a { background-color: #6F675E; }
a { background-color: rgb(111,103,94); }
div.DivClassName
{
background-color: #6F675E;
}
.BgClassName
{
background-color: #6F675E;
}
</style>
border-color css
<style>
span { border-color: #6F675E; }
span { border-color: rgb(111,103,94); }
td.TdClassName
{
border-color: #6F675E;
}
.TagClassName
{
border-color: #6F675E;
}
</style>