Shades of Horses Neck #6D592F
Tints of Horses Neck #6D592F
RGB
CMYK
RGB Variations
Color information
#6D592F (or 0x6D592F) is known color: Horses Neck. HEX triplet: 6D, 59 and 2F. RGB value is (109,89,47). Sum of RGB (Red+Green+Blue) = 109+89+47=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D592F is #92A6D0. Grayscale: #5A5A5A. Windows color (decimal): -9610961 or 3103085. OLE color: 3103085.
HSL color Cylindrical-coordinate representation of color #6D592F: hue angle of 40.65º 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 #6D592F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 47 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.57 |
| HSL | 40.65º | 0.4% | 0.31% | - |
| HSV(B) | 40.65º | 0.57% | 0.43% | - |
| XYZ | 10.39 | 10.6 | 4.19 | - |
| YUV | 90.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 47 | 0 | 0.18 | 0.57 | 0.57 | 40.65 | 0.4 | 0.31 |
| Hex | 6D | 59 | 2F | 0 | 12 | 39 | 39 | 29 | 28 | 1F |
| Octal | 155 | 131 | 57 | 0 | 22 | 71 | 71 | 51 | 50 | 37 |
| Binary | 1101101 | 1011001 | 101111 | 0 | 10010 | 111001 | 111001 | 101001 | 101000 | 11111 |
Color Harmonies of #6D592F
Complementary color
Monochromatic Colors of #6D592F
Black with #6D592F
Text Example
Text Example
White with #6D592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D592F; }
p { color: rgb(109,89,47); }
H1.HeaderClassName
{
color: #6D592F;
}
.AnyTagClassName
{
color: #6D592F;
}
</style>
background-color css
<style>
a { background-color: #6D592F; }
a { background-color: rgb(109,89,47); }
div.DivClassName
{
background-color: #6D592F;
}
.BgClassName
{
background-color: #6D592F;
}
</style>
border-color css
<style>
span { border-color: #6D592F; }
span { border-color: rgb(109,89,47); }
td.TdClassName
{
border-color: #6D592F;
}
.TagClassName
{
border-color: #6D592F;
}
</style>