Shades of Pine Cone #6A645D
Tints of Pine Cone #6A645D
RGB
CMYK
RGB Variations
Color information
#6A645D (or 0x6A645D) is known color: Pine Cone. HEX triplet: 6A, 64 and 5D. RGB value is (106,100,93). Sum of RGB (Red+Green+Blue) = 106+100+93=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A645D is #959BA2. Grayscale: #656565. Windows color (decimal): -9804707 or 6120554. OLE color: 6120554.
HSL color Cylindrical-coordinate representation of color #6A645D: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A645D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 100 | 93 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.58 |
| HSL | 32.31º | 0.07% | 0.39% | - |
| HSV(B) | 32.31º | 0.12% | 0.42% | - |
| XYZ | 12.48 | 12.97 | 12.2 | - |
| YUV | 101 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 93 | 0 | 0.06 | 0.12 | 0.58 | 32.31 | 0.07 | 0.39 |
| Hex | 6A | 64 | 5D | 0 | 6 | C | 3A | 20 | 7 | 27 |
| Octal | 152 | 144 | 135 | 0 | 6 | 14 | 72 | 40 | 7 | 47 |
| Binary | 1101010 | 1100100 | 1011101 | 0 | 110 | 1100 | 111010 | 100000 | 111 | 100111 |
Color Harmonies of #6A645D
Complementary color
Monochromatic Colors of #6A645D
Black with #6A645D
Text Example
Text Example
White with #6A645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A645D; }
p { color: rgb(106,100,93); }
H1.HeaderClassName
{
color: #6A645D;
}
.AnyTagClassName
{
color: #6A645D;
}
</style>
background-color css
<style>
a { background-color: #6A645D; }
a { background-color: rgb(106,100,93); }
div.DivClassName
{
background-color: #6A645D;
}
.BgClassName
{
background-color: #6A645D;
}
</style>
border-color css
<style>
span { border-color: #6A645D; }
span { border-color: rgb(106,100,93); }
td.TdClassName
{
border-color: #6A645D;
}
.TagClassName
{
border-color: #6A645D;
}
</style>