Shades of Pine Cone #6A655F
Tints of Pine Cone #6A655F
RGB
CMYK
RGB Variations
Color information
#6A655F (or 0x6A655F) is known color: Pine Cone. HEX triplet: 6A, 65 and 5F. RGB value is (106,101,95). Sum of RGB (Red+Green+Blue) = 106+101+95=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A655F is #959AA0. Grayscale: #656565. Windows color (decimal): -9804449 or 6251882. OLE color: 6251882.
HSL color Cylindrical-coordinate representation of color #6A655F: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A655F is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 95 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.58 |
| HSL | 32.73º | 0.05% | 0.39% | - |
| HSV(B) | 32.73º | 0.1% | 0.42% | - |
| XYZ | 12.66 | 13.2 | 12.71 | - |
| YUV | 101.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 95 | 0 | 0.05 | 0.10 | 0.58 | 32.73 | 0.05 | 0.39 |
| Hex | 6A | 65 | 5F | 0 | 5 | A | 3A | 21 | 5 | 27 |
| Octal | 152 | 145 | 137 | 0 | 5 | 12 | 72 | 41 | 5 | 47 |
| Binary | 1101010 | 1100101 | 1011111 | 0 | 101 | 1010 | 111010 | 100001 | 101 | 100111 |
Color Harmonies of #6A655F
Complementary color
Monochromatic Colors of #6A655F
Black with #6A655F
Text Example
Text Example
White with #6A655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A655F; }
p { color: rgb(106,101,95); }
H1.HeaderClassName
{
color: #6A655F;
}
.AnyTagClassName
{
color: #6A655F;
}
</style>
background-color css
<style>
a { background-color: #6A655F; }
a { background-color: rgb(106,101,95); }
div.DivClassName
{
background-color: #6A655F;
}
.BgClassName
{
background-color: #6A655F;
}
</style>
border-color css
<style>
span { border-color: #6A655F; }
span { border-color: rgb(106,101,95); }
td.TdClassName
{
border-color: #6A655F;
}
.TagClassName
{
border-color: #6A655F;
}
</style>