Shades of Horses Neck #6F552D
Tints of Horses Neck #6F552D
RGB
CMYK
RGB Variations
Color information
#6F552D (or 0x6F552D) is known color: Horses Neck. HEX triplet: 6F, 55 and 2D. RGB value is (111,85,45). Sum of RGB (Red+Green+Blue) = 111+85+45=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F552D is #90AAD2. Grayscale: #585858. Windows color (decimal): -9480915 or 2970991. OLE color: 2970991.
HSL color Cylindrical-coordinate representation of color #6F552D: hue angle of 36.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F552D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 45 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.56 |
| HSL | 36.36º | 0.42% | 0.31% | - |
| HSV(B) | 36.36º | 0.59% | 0.44% | - |
| XYZ | 10.28 | 10.07 | 3.88 | - |
| YUV | 88.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 45 | 0 | 0.23 | 0.59 | 0.56 | 36.36 | 0.42 | 0.31 |
| Hex | 6F | 55 | 2D | 0 | 17 | 3B | 38 | 24 | 2A | 1F |
| Octal | 157 | 125 | 55 | 0 | 27 | 73 | 70 | 44 | 52 | 37 |
| Binary | 1101111 | 1010101 | 101101 | 0 | 10111 | 111011 | 111000 | 100100 | 101010 | 11111 |
Color Harmonies of #6F552D
Complementary color
Monochromatic Colors of #6F552D
Black with #6F552D
Text Example
Text Example
White with #6F552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F552D; }
p { color: rgb(111,85,45); }
H1.HeaderClassName
{
color: #6F552D;
}
.AnyTagClassName
{
color: #6F552D;
}
</style>
background-color css
<style>
a { background-color: #6F552D; }
a { background-color: rgb(111,85,45); }
div.DivClassName
{
background-color: #6F552D;
}
.BgClassName
{
background-color: #6F552D;
}
</style>
border-color css
<style>
span { border-color: #6F552D; }
span { border-color: rgb(111,85,45); }
td.TdClassName
{
border-color: #6F552D;
}
.TagClassName
{
border-color: #6F552D;
}
</style>