Shades of Horses Neck #6D5928
Tints of Horses Neck #6D5928
RGB
CMYK
RGB Variations
Color information
#6D5928 (or 0x6D5928) is known color: Horses Neck. HEX triplet: 6D, 59 and 28. RGB value is (109,89,40). Sum of RGB (Red+Green+Blue) = 109+89+40=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5928 is #92A6D7. Grayscale: #595959. Windows color (decimal): -9610968 or 2644333. OLE color: 2644333.
HSL color Cylindrical-coordinate representation of color #6D5928: hue angle of 42.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D5928 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 40 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.57 |
| HSL | 42.61º | 0.46% | 0.29% | - |
| HSV(B) | 42.61º | 0.63% | 0.43% | - |
| XYZ | 10.26 | 10.55 | 3.5 | - |
| YUV | 89.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 40 | 0 | 0.18 | 0.63 | 0.57 | 42.61 | 0.46 | 0.29 |
| Hex | 6D | 59 | 28 | 0 | 12 | 3F | 39 | 2B | 2E | 1D |
| Octal | 155 | 131 | 50 | 0 | 22 | 77 | 71 | 53 | 56 | 35 |
| Binary | 1101101 | 1011001 | 101000 | 0 | 10010 | 111111 | 111001 | 101011 | 101110 | 11101 |
Color Harmonies of #6D5928
Complementary color
Monochromatic Colors of #6D5928
Black with #6D5928
Text Example
Text Example
White with #6D5928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5928; }
p { color: rgb(109,89,40); }
H1.HeaderClassName
{
color: #6D5928;
}
.AnyTagClassName
{
color: #6D5928;
}
</style>
background-color css
<style>
a { background-color: #6D5928; }
a { background-color: rgb(109,89,40); }
div.DivClassName
{
background-color: #6D5928;
}
.BgClassName
{
background-color: #6D5928;
}
</style>
border-color css
<style>
span { border-color: #6D5928; }
span { border-color: rgb(109,89,40); }
td.TdClassName
{
border-color: #6D5928;
}
.TagClassName
{
border-color: #6D5928;
}
</style>