Shades of Horses Neck #67511C
Tints of Horses Neck #67511C
RGB
CMYK
RGB Variations
Color information
#67511C (or 0x67511C) is known color: Horses Neck. HEX triplet: 67, 51 and 1C. RGB value is (103,81,28). Sum of RGB (Red+Green+Blue) = 103+81+28=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67511C is #98AEE3. Grayscale: #515151. Windows color (decimal): -10006244 or 1855847. OLE color: 1855847.
HSL color Cylindrical-coordinate representation of color #67511C: hue angle of 42.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67511C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 28 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.60 |
| HSL | 42.4º | 0.57% | 0.26% | - |
| HSV(B) | 42.4º | 0.73% | 0.4% | - |
| XYZ | 8.75 | 8.85 | 2.35 | - |
| YUV | 81.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 28 | 0 | 0.21 | 0.73 | 0.60 | 42.4 | 0.57 | 0.26 |
| Hex | 67 | 51 | 1C | 0 | 15 | 49 | 3C | 2A | 39 | 1A |
| Octal | 147 | 121 | 34 | 0 | 25 | 111 | 74 | 52 | 71 | 32 |
| Binary | 1100111 | 1010001 | 11100 | 0 | 10101 | 1001001 | 111100 | 101010 | 111001 | 11010 |
Color Harmonies of #67511C
Complementary color
Monochromatic Colors of #67511C
Black with #67511C
Text Example
Text Example
White with #67511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67511C; }
p { color: rgb(103,81,28); }
H1.HeaderClassName
{
color: #67511C;
}
.AnyTagClassName
{
color: #67511C;
}
</style>
background-color css
<style>
a { background-color: #67511C; }
a { background-color: rgb(103,81,28); }
div.DivClassName
{
background-color: #67511C;
}
.BgClassName
{
background-color: #67511C;
}
</style>
border-color css
<style>
span { border-color: #67511C; }
span { border-color: rgb(103,81,28); }
td.TdClassName
{
border-color: #67511C;
}
.TagClassName
{
border-color: #67511C;
}
</style>