Shades of Horses Neck #6F581C
Tints of Horses Neck #6F581C
RGB
CMYK
RGB Variations
Color information
#6F581C (or 0x6F581C) is known color: Horses Neck. HEX triplet: 6F, 58 and 1C. RGB value is (111,88,28). Sum of RGB (Red+Green+Blue) = 111+88+28=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F581C is #90A7E3. Grayscale: #585858. Windows color (decimal): -9480164 or 1857647. OLE color: 1857647.
HSL color Cylindrical-coordinate representation of color #6F581C: hue angle of 43.37º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F581C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 28 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.56 |
| HSL | 43.37º | 0.6% | 0.27% | - |
| HSV(B) | 43.37º | 0.75% | 0.44% | - |
| XYZ | 10.25 | 10.44 | 2.57 | - |
| YUV | 88.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 28 | 0 | 0.21 | 0.75 | 0.56 | 43.37 | 0.6 | 0.27 |
| Hex | 6F | 58 | 1C | 0 | 15 | 4B | 38 | 2B | 3C | 1B |
| Octal | 157 | 130 | 34 | 0 | 25 | 113 | 70 | 53 | 74 | 33 |
| Binary | 1101111 | 1011000 | 11100 | 0 | 10101 | 1001011 | 111000 | 101011 | 111100 | 11011 |
Color Harmonies of #6F581C
Complementary color
Monochromatic Colors of #6F581C
Black with #6F581C
Text Example
Text Example
White with #6F581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F581C; }
p { color: rgb(111,88,28); }
H1.HeaderClassName
{
color: #6F581C;
}
.AnyTagClassName
{
color: #6F581C;
}
</style>
background-color css
<style>
a { background-color: #6F581C; }
a { background-color: rgb(111,88,28); }
div.DivClassName
{
background-color: #6F581C;
}
.BgClassName
{
background-color: #6F581C;
}
</style>
border-color css
<style>
span { border-color: #6F581C; }
span { border-color: rgb(111,88,28); }
td.TdClassName
{
border-color: #6F581C;
}
.TagClassName
{
border-color: #6F581C;
}
</style>