Shades of Pine Cone #6D645A
Tints of Pine Cone #6D645A
RGB
CMYK
RGB Variations
Color information
#6D645A (or 0x6D645A) is known color: Pine Cone. HEX triplet: 6D, 64 and 5A. RGB value is (109,100,90). Sum of RGB (Red+Green+Blue) = 109+100+90=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645A is #929BA5. Grayscale: #656565. Windows color (decimal): -9608102 or 5923949. OLE color: 5923949.
HSL color Cylindrical-coordinate representation of color #6D645A: hue angle of 31.58º degrees, saturation: 0.1, 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 #6D645A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 90 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.57 |
| HSL | 31.58º | 0.1% | 0.39% | - |
| HSV(B) | 31.58º | 0.17% | 0.43% | - |
| XYZ | 12.71 | 13.1 | 11.53 | - |
| YUV | 101.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 90 | 0 | 0.08 | 0.17 | 0.57 | 31.58 | 0.1 | 0.39 |
| Hex | 6D | 64 | 5A | 0 | 8 | 11 | 39 | 20 | A | 27 |
| Octal | 155 | 144 | 132 | 0 | 10 | 21 | 71 | 40 | 12 | 47 |
| Binary | 1101101 | 1100100 | 1011010 | 0 | 1000 | 10001 | 111001 | 100000 | 1010 | 100111 |
Color Harmonies of #6D645A
Complementary color
Monochromatic Colors of #6D645A
Black with #6D645A
Text Example
Text Example
White with #6D645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D645A; }
p { color: rgb(109,100,90); }
H1.HeaderClassName
{
color: #6D645A;
}
.AnyTagClassName
{
color: #6D645A;
}
</style>
background-color css
<style>
a { background-color: #6D645A; }
a { background-color: rgb(109,100,90); }
div.DivClassName
{
background-color: #6D645A;
}
.BgClassName
{
background-color: #6D645A;
}
</style>
border-color css
<style>
span { border-color: #6D645A; }
span { border-color: rgb(109,100,90); }
td.TdClassName
{
border-color: #6D645A;
}
.TagClassName
{
border-color: #6D645A;
}
</style>