Shades of Horses Neck #6E5C26
Tints of Horses Neck #6E5C26
RGB
CMYK
RGB Variations
Color information
#6E5C26 (or 0x6E5C26) is known color: Horses Neck. HEX triplet: 6E, 5C and 26. RGB value is (110,92,38). Sum of RGB (Red+Green+Blue) = 110+92+38=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5C26 is #91A3D9. Grayscale: #5B5B5B. Windows color (decimal): -9544666 or 2514030. OLE color: 2514030.
HSL color Cylindrical-coordinate representation of color #6E5C26: hue angle of 45º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E5C26 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 38 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.57 |
| HSL | 45º | 0.49% | 0.29% | - |
| HSV(B) | 45º | 0.65% | 0.43% | - |
| XYZ | 10.61 | 11.11 | 3.42 | - |
| YUV | 91.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 38 | 0 | 0.16 | 0.65 | 0.57 | 45 | 0.49 | 0.29 |
| Hex | 6E | 5C | 26 | 0 | 10 | 41 | 39 | 2D | 31 | 1D |
| Octal | 156 | 134 | 46 | 0 | 20 | 101 | 71 | 55 | 61 | 35 |
| Binary | 1101110 | 1011100 | 100110 | 0 | 10000 | 1000001 | 111001 | 101101 | 110001 | 11101 |
Color Harmonies of #6E5C26
Complementary color
Monochromatic Colors of #6E5C26
Black with #6E5C26
Text Example
Text Example
White with #6E5C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C26; }
p { color: rgb(110,92,38); }
H1.HeaderClassName
{
color: #6E5C26;
}
.AnyTagClassName
{
color: #6E5C26;
}
</style>
background-color css
<style>
a { background-color: #6E5C26; }
a { background-color: rgb(110,92,38); }
div.DivClassName
{
background-color: #6E5C26;
}
.BgClassName
{
background-color: #6E5C26;
}
</style>
border-color css
<style>
span { border-color: #6E5C26; }
span { border-color: rgb(110,92,38); }
td.TdClassName
{
border-color: #6E5C26;
}
.TagClassName
{
border-color: #6E5C26;
}
</style>