Shades of Horses Neck #6D532F
Tints of Horses Neck #6D532F
RGB
CMYK
RGB Variations
Color information
#6D532F (or 0x6D532F) is known color: Horses Neck. HEX triplet: 6D, 53 and 2F. RGB value is (109,83,47). Sum of RGB (Red+Green+Blue) = 109+83+47=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D532F is #92ACD0. Grayscale: #565656. Windows color (decimal): -9612497 or 3101549. OLE color: 3101549.
HSL color Cylindrical-coordinate representation of color #6D532F: hue angle of 34.84º 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 #6D532F is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 47 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.57 |
| HSL | 34.84º | 0.4% | 0.31% | - |
| HSV(B) | 34.84º | 0.57% | 0.43% | - |
| XYZ | 9.91 | 9.64 | 4.03 | - |
| YUV | 86.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 47 | 0 | 0.24 | 0.57 | 0.57 | 34.84 | 0.4 | 0.31 |
| Hex | 6D | 53 | 2F | 0 | 18 | 39 | 39 | 23 | 28 | 1F |
| Octal | 155 | 123 | 57 | 0 | 30 | 71 | 71 | 43 | 50 | 37 |
| Binary | 1101101 | 1010011 | 101111 | 0 | 11000 | 111001 | 111001 | 100011 | 101000 | 11111 |
Color Harmonies of #6D532F
Complementary color
Monochromatic Colors of #6D532F
Black with #6D532F
Text Example
Text Example
White with #6D532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D532F; }
p { color: rgb(109,83,47); }
H1.HeaderClassName
{
color: #6D532F;
}
.AnyTagClassName
{
color: #6D532F;
}
</style>
background-color css
<style>
a { background-color: #6D532F; }
a { background-color: rgb(109,83,47); }
div.DivClassName
{
background-color: #6D532F;
}
.BgClassName
{
background-color: #6D532F;
}
</style>
border-color css
<style>
span { border-color: #6D532F; }
span { border-color: rgb(109,83,47); }
td.TdClassName
{
border-color: #6D532F;
}
.TagClassName
{
border-color: #6D532F;
}
</style>