Shades of Horses Neck #6D5C31
Tints of Horses Neck #6D5C31
RGB
CMYK
RGB Variations
Color information
#6D5C31 (or 0x6D5C31) is known color: Horses Neck. HEX triplet: 6D, 5C and 31. RGB value is (109,92,49). Sum of RGB (Red+Green+Blue) = 109+92+49=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C31 is #92A3CE. Grayscale: #5C5C5C. Windows color (decimal): -9610191 or 3234925. OLE color: 3234925.
HSL color Cylindrical-coordinate representation of color #6D5C31: hue angle of 43º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5C31 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 49 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.57 |
| HSL | 43º | 0.38% | 0.31% | - |
| HSV(B) | 43º | 0.55% | 0.43% | - |
| XYZ | 10.69 | 11.13 | 4.49 | - |
| YUV | 92.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 49 | 0 | 0.16 | 0.55 | 0.57 | 43 | 0.38 | 0.31 |
| Hex | 6D | 5C | 31 | 0 | 10 | 37 | 39 | 2B | 26 | 1F |
| Octal | 155 | 134 | 61 | 0 | 20 | 67 | 71 | 53 | 46 | 37 |
| Binary | 1101101 | 1011100 | 110001 | 0 | 10000 | 110111 | 111001 | 101011 | 100110 | 11111 |
Color Harmonies of #6D5C31
Complementary color
Monochromatic Colors of #6D5C31
Black with #6D5C31
Text Example
Text Example
White with #6D5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C31; }
p { color: rgb(109,92,49); }
H1.HeaderClassName
{
color: #6D5C31;
}
.AnyTagClassName
{
color: #6D5C31;
}
</style>
background-color css
<style>
a { background-color: #6D5C31; }
a { background-color: rgb(109,92,49); }
div.DivClassName
{
background-color: #6D5C31;
}
.BgClassName
{
background-color: #6D5C31;
}
</style>
border-color css
<style>
span { border-color: #6D5C31; }
span { border-color: rgb(109,92,49); }
td.TdClassName
{
border-color: #6D5C31;
}
.TagClassName
{
border-color: #6D5C31;
}
</style>