Shades of Horses Neck #6A5625
Tints of Horses Neck #6A5625
RGB
CMYK
RGB Variations
Color information
#6A5625 (or 0x6A5625) is known color: Horses Neck. HEX triplet: 6A, 56 and 25. RGB value is (106,86,37). Sum of RGB (Red+Green+Blue) = 106+86+37=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5625 is #95A9DA. Grayscale: #565656. Windows color (decimal): -9808347 or 2446954. OLE color: 2446954.
HSL color Cylindrical-coordinate representation of color #6A5625: hue angle of 42.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A5625 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 37 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.58 |
| HSL | 42.61º | 0.48% | 0.28% | - |
| HSV(B) | 42.61º | 0.65% | 0.42% | - |
| XYZ | 9.61 | 9.85 | 3.15 | - |
| YUV | 86.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 37 | 0 | 0.19 | 0.65 | 0.58 | 42.61 | 0.48 | 0.28 |
| Hex | 6A | 56 | 25 | 0 | 13 | 41 | 3A | 2B | 30 | 1C |
| Octal | 152 | 126 | 45 | 0 | 23 | 101 | 72 | 53 | 60 | 34 |
| Binary | 1101010 | 1010110 | 100101 | 0 | 10011 | 1000001 | 111010 | 101011 | 110000 | 11100 |
Color Harmonies of #6A5625
Complementary color
Monochromatic Colors of #6A5625
Black with #6A5625
Text Example
Text Example
White with #6A5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5625; }
p { color: rgb(106,86,37); }
H1.HeaderClassName
{
color: #6A5625;
}
.AnyTagClassName
{
color: #6A5625;
}
</style>
background-color css
<style>
a { background-color: #6A5625; }
a { background-color: rgb(106,86,37); }
div.DivClassName
{
background-color: #6A5625;
}
.BgClassName
{
background-color: #6A5625;
}
</style>
border-color css
<style>
span { border-color: #6A5625; }
span { border-color: rgb(106,86,37); }
td.TdClassName
{
border-color: #6A5625;
}
.TagClassName
{
border-color: #6A5625;
}
</style>