Shades of Horses Neck #6F551D
Tints of Horses Neck #6F551D
RGB
CMYK
RGB Variations
Color information
#6F551D (or 0x6F551D) is known color: Horses Neck. HEX triplet: 6F, 55 and 1D. RGB value is (111,85,29). Sum of RGB (Red+Green+Blue) = 111+85+29=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F551D is #90AAE2. Grayscale: #565656. Windows color (decimal): -9480931 or 1922415. OLE color: 1922415.
HSL color Cylindrical-coordinate representation of color #6F551D: hue angle of 40.98º 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 #6F551D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 29 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.56 |
| HSL | 40.98º | 0.59% | 0.27% | - |
| HSV(B) | 40.98º | 0.74% | 0.44% | - |
| XYZ | 10.03 | 9.97 | 2.56 | - |
| YUV | 86.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 29 | 0 | 0.23 | 0.74 | 0.56 | 40.98 | 0.59 | 0.27 |
| Hex | 6F | 55 | 1D | 0 | 17 | 4A | 38 | 29 | 3B | 1B |
| Octal | 157 | 125 | 35 | 0 | 27 | 112 | 70 | 51 | 73 | 33 |
| Binary | 1101111 | 1010101 | 11101 | 0 | 10111 | 1001010 | 111000 | 101001 | 111011 | 11011 |
Color Harmonies of #6F551D
Complementary color
Monochromatic Colors of #6F551D
Black with #6F551D
Text Example
Text Example
White with #6F551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F551D; }
p { color: rgb(111,85,29); }
H1.HeaderClassName
{
color: #6F551D;
}
.AnyTagClassName
{
color: #6F551D;
}
</style>
background-color css
<style>
a { background-color: #6F551D; }
a { background-color: rgb(111,85,29); }
div.DivClassName
{
background-color: #6F551D;
}
.BgClassName
{
background-color: #6F551D;
}
</style>
border-color css
<style>
span { border-color: #6F551D; }
span { border-color: rgb(111,85,29); }
td.TdClassName
{
border-color: #6F551D;
}
.TagClassName
{
border-color: #6F551D;
}
</style>