Shades of Horses Neck #6D5C29
Tints of Horses Neck #6D5C29
RGB
CMYK
RGB Variations
Color information
#6D5C29 (or 0x6D5C29) is known color: Horses Neck. HEX triplet: 6D, 5C and 29. RGB value is (109,92,41). Sum of RGB (Red+Green+Blue) = 109+92+41=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C29 is #92A3D6. Grayscale: #5B5B5B. Windows color (decimal): -9610199 or 2710637. OLE color: 2710637.
HSL color Cylindrical-coordinate representation of color #6D5C29: hue angle of 45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5C29 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 41 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.57 |
| HSL | 45º | 0.45% | 0.29% | - |
| HSV(B) | 45º | 0.62% | 0.43% | - |
| XYZ | 10.53 | 11.07 | 3.68 | - |
| YUV | 91.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 41 | 0 | 0.16 | 0.62 | 0.57 | 45 | 0.45 | 0.29 |
| Hex | 6D | 5C | 29 | 0 | 10 | 3E | 39 | 2D | 2D | 1D |
| Octal | 155 | 134 | 51 | 0 | 20 | 76 | 71 | 55 | 55 | 35 |
| Binary | 1101101 | 1011100 | 101001 | 0 | 10000 | 111110 | 111001 | 101101 | 101101 | 11101 |
Color Harmonies of #6D5C29
Complementary color
Monochromatic Colors of #6D5C29
Black with #6D5C29
Text Example
Text Example
White with #6D5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C29; }
p { color: rgb(109,92,41); }
H1.HeaderClassName
{
color: #6D5C29;
}
.AnyTagClassName
{
color: #6D5C29;
}
</style>
background-color css
<style>
a { background-color: #6D5C29; }
a { background-color: rgb(109,92,41); }
div.DivClassName
{
background-color: #6D5C29;
}
.BgClassName
{
background-color: #6D5C29;
}
</style>
border-color css
<style>
span { border-color: #6D5C29; }
span { border-color: rgb(109,92,41); }
td.TdClassName
{
border-color: #6D5C29;
}
.TagClassName
{
border-color: #6D5C29;
}
</style>