Shades of Horses Neck #67511F
Tints of Horses Neck #67511F
RGB
CMYK
RGB Variations
Color information
#67511F (or 0x67511F) is known color: Horses Neck. HEX triplet: 67, 51 and 1F. RGB value is (103,81,31). Sum of RGB (Red+Green+Blue) = 103+81+31=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67511F is #98AEE0. Grayscale: #525252. Windows color (decimal): -10006241 or 2052455. OLE color: 2052455.
HSL color Cylindrical-coordinate representation of color #67511F: hue angle of 41.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67511F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 31 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.60 |
| HSL | 41.67º | 0.54% | 0.26% | - |
| HSV(B) | 41.67º | 0.7% | 0.4% | - |
| XYZ | 8.78 | 8.87 | 2.54 | - |
| YUV | 81.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 31 | 0 | 0.21 | 0.70 | 0.60 | 41.67 | 0.54 | 0.26 |
| Hex | 67 | 51 | 1F | 0 | 15 | 46 | 3C | 2A | 36 | 1A |
| Octal | 147 | 121 | 37 | 0 | 25 | 106 | 74 | 52 | 66 | 32 |
| Binary | 1100111 | 1010001 | 11111 | 0 | 10101 | 1000110 | 111100 | 101010 | 110110 | 11010 |
Color Harmonies of #67511F
Complementary color
Monochromatic Colors of #67511F
Black with #67511F
Text Example
Text Example
White with #67511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67511F; }
p { color: rgb(103,81,31); }
H1.HeaderClassName
{
color: #67511F;
}
.AnyTagClassName
{
color: #67511F;
}
</style>
background-color css
<style>
a { background-color: #67511F; }
a { background-color: rgb(103,81,31); }
div.DivClassName
{
background-color: #67511F;
}
.BgClassName
{
background-color: #67511F;
}
</style>
border-color css
<style>
span { border-color: #67511F; }
span { border-color: rgb(103,81,31); }
td.TdClassName
{
border-color: #67511F;
}
.TagClassName
{
border-color: #67511F;
}
</style>