Shades of Horses Neck #6F561D
Tints of Horses Neck #6F561D
RGB
CMYK
RGB Variations
Color information
#6F561D (or 0x6F561D) is known color: Horses Neck. HEX triplet: 6F, 56 and 1D. RGB value is (111,86,29). Sum of RGB (Red+Green+Blue) = 111+86+29=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F561D is #90A9E2. Grayscale: #575757. Windows color (decimal): -9480675 or 1922671. OLE color: 1922671.
HSL color Cylindrical-coordinate representation of color #6F561D: hue angle of 41.71º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F561D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 29 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.56 |
| HSL | 41.71º | 0.59% | 0.27% | - |
| HSV(B) | 41.71º | 0.74% | 0.44% | - |
| XYZ | 10.11 | 10.12 | 2.58 | - |
| YUV | 86.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 29 | 0 | 0.23 | 0.74 | 0.56 | 41.71 | 0.59 | 0.27 |
| Hex | 6F | 56 | 1D | 0 | 17 | 4A | 38 | 2A | 3B | 1B |
| Octal | 157 | 126 | 35 | 0 | 27 | 112 | 70 | 52 | 73 | 33 |
| Binary | 1101111 | 1010110 | 11101 | 0 | 10111 | 1001010 | 111000 | 101010 | 111011 | 11011 |
Color Harmonies of #6F561D
Complementary color
Monochromatic Colors of #6F561D
Black with #6F561D
Text Example
Text Example
White with #6F561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F561D; }
p { color: rgb(111,86,29); }
H1.HeaderClassName
{
color: #6F561D;
}
.AnyTagClassName
{
color: #6F561D;
}
</style>
background-color css
<style>
a { background-color: #6F561D; }
a { background-color: rgb(111,86,29); }
div.DivClassName
{
background-color: #6F561D;
}
.BgClassName
{
background-color: #6F561D;
}
</style>
border-color css
<style>
span { border-color: #6F561D; }
span { border-color: rgb(111,86,29); }
td.TdClassName
{
border-color: #6F561D;
}
.TagClassName
{
border-color: #6F561D;
}
</style>