Shades of Horses Neck #6F551F
Tints of Horses Neck #6F551F
RGB
CMYK
RGB Variations
Color information
#6F551F (or 0x6F551F) is known color: Horses Neck. HEX triplet: 6F, 55 and 1F. RGB value is (111,85,31). Sum of RGB (Red+Green+Blue) = 111+85+31=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F551F is #90AAE0. Grayscale: #565656. Windows color (decimal): -9480929 or 2053487. OLE color: 2053487.
HSL color Cylindrical-coordinate representation of color #6F551F: hue angle of 40.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F551F is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 31 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.56 |
| HSL | 40.5º | 0.56% | 0.28% | - |
| HSV(B) | 40.5º | 0.72% | 0.44% | - |
| XYZ | 10.05 | 9.98 | 2.69 | - |
| YUV | 86.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 31 | 0 | 0.23 | 0.72 | 0.56 | 40.5 | 0.56 | 0.28 |
| Hex | 6F | 55 | 1F | 0 | 17 | 48 | 38 | 28 | 38 | 1C |
| Octal | 157 | 125 | 37 | 0 | 27 | 110 | 70 | 50 | 70 | 34 |
| Binary | 1101111 | 1010101 | 11111 | 0 | 10111 | 1001000 | 111000 | 101000 | 111000 | 11100 |
Color Harmonies of #6F551F
Complementary color
Monochromatic Colors of #6F551F
Black with #6F551F
Text Example
Text Example
White with #6F551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F551F; }
p { color: rgb(111,85,31); }
H1.HeaderClassName
{
color: #6F551F;
}
.AnyTagClassName
{
color: #6F551F;
}
</style>
background-color css
<style>
a { background-color: #6F551F; }
a { background-color: rgb(111,85,31); }
div.DivClassName
{
background-color: #6F551F;
}
.BgClassName
{
background-color: #6F551F;
}
</style>
border-color css
<style>
span { border-color: #6F551F; }
span { border-color: rgb(111,85,31); }
td.TdClassName
{
border-color: #6F551F;
}
.TagClassName
{
border-color: #6F551F;
}
</style>