Shades of Horses Neck #67511D
Tints of Horses Neck #67511D
RGB
CMYK
RGB Variations
Color information
#67511D (or 0x67511D) is known color: Horses Neck. HEX triplet: 67, 51 and 1D. RGB value is (103,81,29). Sum of RGB (Red+Green+Blue) = 103+81+29=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67511D is #98AEE2. Grayscale: #515151. Windows color (decimal): -10006243 or 1921383. OLE color: 1921383.
HSL color Cylindrical-coordinate representation of color #67511D: hue angle of 42.16º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67511D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 29 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.60 |
| HSL | 42.16º | 0.56% | 0.26% | - |
| HSV(B) | 42.16º | 0.72% | 0.4% | - |
| XYZ | 8.76 | 8.86 | 2.41 | - |
| YUV | 81.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 29 | 0 | 0.21 | 0.72 | 0.60 | 42.16 | 0.56 | 0.26 |
| Hex | 67 | 51 | 1D | 0 | 15 | 48 | 3C | 2A | 38 | 1A |
| Octal | 147 | 121 | 35 | 0 | 25 | 110 | 74 | 52 | 70 | 32 |
| Binary | 1100111 | 1010001 | 11101 | 0 | 10101 | 1001000 | 111100 | 101010 | 111000 | 11010 |
Color Harmonies of #67511D
Complementary color
Monochromatic Colors of #67511D
Black with #67511D
Text Example
Text Example
White with #67511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67511D; }
p { color: rgb(103,81,29); }
H1.HeaderClassName
{
color: #67511D;
}
.AnyTagClassName
{
color: #67511D;
}
</style>
background-color css
<style>
a { background-color: #67511D; }
a { background-color: rgb(103,81,29); }
div.DivClassName
{
background-color: #67511D;
}
.BgClassName
{
background-color: #67511D;
}
</style>
border-color css
<style>
span { border-color: #67511D; }
span { border-color: rgb(103,81,29); }
td.TdClassName
{
border-color: #67511D;
}
.TagClassName
{
border-color: #67511D;
}
</style>