Shades of Horses Neck #6F5831
Tints of Horses Neck #6F5831
RGB
CMYK
RGB Variations
Color information
#6F5831 (or 0x6F5831) is known color: Horses Neck. HEX triplet: 6F, 58 and 31. RGB value is (111,88,49). Sum of RGB (Red+Green+Blue) = 111+88+49=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5831 is #90A7CE. Grayscale: #5A5A5A. Windows color (decimal): -9480143 or 3233903. OLE color: 3233903.
HSL color Cylindrical-coordinate representation of color #6F5831: hue angle of 37.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5831 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 49 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.56 |
| HSL | 37.74º | 0.39% | 0.31% | - |
| HSV(B) | 37.74º | 0.56% | 0.44% | - |
| XYZ | 10.6 | 10.58 | 4.39 | - |
| YUV | 90.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 49 | 0 | 0.21 | 0.56 | 0.56 | 37.74 | 0.39 | 0.31 |
| Hex | 6F | 58 | 31 | 0 | 15 | 38 | 38 | 26 | 27 | 1F |
| Octal | 157 | 130 | 61 | 0 | 25 | 70 | 70 | 46 | 47 | 37 |
| Binary | 1101111 | 1011000 | 110001 | 0 | 10101 | 111000 | 111000 | 100110 | 100111 | 11111 |
Color Harmonies of #6F5831
Complementary color
Monochromatic Colors of #6F5831
Black with #6F5831
Text Example
Text Example
White with #6F5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5831; }
p { color: rgb(111,88,49); }
H1.HeaderClassName
{
color: #6F5831;
}
.AnyTagClassName
{
color: #6F5831;
}
</style>
background-color css
<style>
a { background-color: #6F5831; }
a { background-color: rgb(111,88,49); }
div.DivClassName
{
background-color: #6F5831;
}
.BgClassName
{
background-color: #6F5831;
}
</style>
border-color css
<style>
span { border-color: #6F5831; }
span { border-color: rgb(111,88,49); }
td.TdClassName
{
border-color: #6F5831;
}
.TagClassName
{
border-color: #6F5831;
}
</style>