Shades of Horses Neck #67501E
Tints of Horses Neck #67501E
RGB
CMYK
RGB Variations
Color information
#67501E (or 0x67501E) is known color: Horses Neck. HEX triplet: 67, 50 and 1E. RGB value is (103,80,30). Sum of RGB (Red+Green+Blue) = 103+80+30=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67501E is #98AFE1. Grayscale: #515151. Windows color (decimal): -10006498 or 1986663. OLE color: 1986663.
HSL color Cylindrical-coordinate representation of color #67501E: hue angle of 41.1º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67501E is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 30 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.60 |
| HSL | 41.1º | 0.55% | 0.26% | - |
| HSV(B) | 41.1º | 0.71% | 0.4% | - |
| XYZ | 8.7 | 8.71 | 2.45 | - |
| YUV | 81.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 30 | 0 | 0.22 | 0.71 | 0.60 | 41.1 | 0.55 | 0.26 |
| Hex | 67 | 50 | 1E | 0 | 16 | 47 | 3C | 29 | 37 | 1A |
| Octal | 147 | 120 | 36 | 0 | 26 | 107 | 74 | 51 | 67 | 32 |
| Binary | 1100111 | 1010000 | 11110 | 0 | 10110 | 1000111 | 111100 | 101001 | 110111 | 11010 |
Color Harmonies of #67501E
Complementary color
Monochromatic Colors of #67501E
Black with #67501E
Text Example
Text Example
White with #67501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67501E; }
p { color: rgb(103,80,30); }
H1.HeaderClassName
{
color: #67501E;
}
.AnyTagClassName
{
color: #67501E;
}
</style>
background-color css
<style>
a { background-color: #67501E; }
a { background-color: rgb(103,80,30); }
div.DivClassName
{
background-color: #67501E;
}
.BgClassName
{
background-color: #67501E;
}
</style>
border-color css
<style>
span { border-color: #67501E; }
span { border-color: rgb(103,80,30); }
td.TdClassName
{
border-color: #67501E;
}
.TagClassName
{
border-color: #67501E;
}
</style>