Shades of Horses Neck #6D542F
Tints of Horses Neck #6D542F
RGB
CMYK
RGB Variations
Color information
#6D542F (or 0x6D542F) is known color: Horses Neck. HEX triplet: 6D, 54 and 2F. RGB value is (109,84,47). Sum of RGB (Red+Green+Blue) = 109+84+47=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D542F is #92ABD0. Grayscale: #575757. Windows color (decimal): -9612241 or 3101805. OLE color: 3101805.
HSL color Cylindrical-coordinate representation of color #6D542F: hue angle of 35.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D542F is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 47 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.57 |
| HSL | 35.81º | 0.4% | 0.31% | - |
| HSV(B) | 35.81º | 0.57% | 0.43% | - |
| XYZ | 9.99 | 9.8 | 4.05 | - |
| YUV | 87.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 47 | 0 | 0.23 | 0.57 | 0.57 | 35.81 | 0.4 | 0.31 |
| Hex | 6D | 54 | 2F | 0 | 17 | 39 | 39 | 24 | 28 | 1F |
| Octal | 155 | 124 | 57 | 0 | 27 | 71 | 71 | 44 | 50 | 37 |
| Binary | 1101101 | 1010100 | 101111 | 0 | 10111 | 111001 | 111001 | 100100 | 101000 | 11111 |
Color Harmonies of #6D542F
Complementary color
Monochromatic Colors of #6D542F
Black with #6D542F
Text Example
Text Example
White with #6D542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D542F; }
p { color: rgb(109,84,47); }
H1.HeaderClassName
{
color: #6D542F;
}
.AnyTagClassName
{
color: #6D542F;
}
</style>
background-color css
<style>
a { background-color: #6D542F; }
a { background-color: rgb(109,84,47); }
div.DivClassName
{
background-color: #6D542F;
}
.BgClassName
{
background-color: #6D542F;
}
</style>
border-color css
<style>
span { border-color: #6D542F; }
span { border-color: rgb(109,84,47); }
td.TdClassName
{
border-color: #6D542F;
}
.TagClassName
{
border-color: #6D542F;
}
</style>