Shades of Horses Neck #6F581D
Tints of Horses Neck #6F581D
RGB
CMYK
RGB Variations
Color information
#6F581D (or 0x6F581D) is known color: Horses Neck. HEX triplet: 6F, 58 and 1D. RGB value is (111,88,29). Sum of RGB (Red+Green+Blue) = 111+88+29=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F581D is #90A7E2. Grayscale: #585858. Windows color (decimal): -9480163 or 1923183. OLE color: 1923183.
HSL color Cylindrical-coordinate representation of color #6F581D: hue angle of 43.17º 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 #6F581D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 29 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.56 |
| HSL | 43.17º | 0.59% | 0.27% | - |
| HSV(B) | 43.17º | 0.74% | 0.44% | - |
| XYZ | 10.27 | 10.45 | 2.64 | - |
| YUV | 88.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 29 | 0 | 0.21 | 0.74 | 0.56 | 43.17 | 0.59 | 0.27 |
| Hex | 6F | 58 | 1D | 0 | 15 | 4A | 38 | 2B | 3B | 1B |
| Octal | 157 | 130 | 35 | 0 | 25 | 112 | 70 | 53 | 73 | 33 |
| Binary | 1101111 | 1011000 | 11101 | 0 | 10101 | 1001010 | 111000 | 101011 | 111011 | 11011 |
Color Harmonies of #6F581D
Complementary color
Monochromatic Colors of #6F581D
Black with #6F581D
Text Example
Text Example
White with #6F581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F581D; }
p { color: rgb(111,88,29); }
H1.HeaderClassName
{
color: #6F581D;
}
.AnyTagClassName
{
color: #6F581D;
}
</style>
background-color css
<style>
a { background-color: #6F581D; }
a { background-color: rgb(111,88,29); }
div.DivClassName
{
background-color: #6F581D;
}
.BgClassName
{
background-color: #6F581D;
}
</style>
border-color css
<style>
span { border-color: #6F581D; }
span { border-color: rgb(111,88,29); }
td.TdClassName
{
border-color: #6F581D;
}
.TagClassName
{
border-color: #6F581D;
}
</style>