Shades of Horses Neck #67531E
Tints of Horses Neck #67531E
RGB
CMYK
RGB Variations
Color information
#67531E (or 0x67531E) is known color: Horses Neck. HEX triplet: 67, 53 and 1E. RGB value is (103,83,30). Sum of RGB (Red+Green+Blue) = 103+83+30=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67531E is #98ACE1. Grayscale: #535353. Windows color (decimal): -10005730 or 1987431. OLE color: 1987431.
HSL color Cylindrical-coordinate representation of color #67531E: hue angle of 43.56º 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 #67531E is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 30 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.60 |
| HSL | 43.56º | 0.55% | 0.26% | - |
| HSV(B) | 43.56º | 0.71% | 0.4% | - |
| XYZ | 8.92 | 9.16 | 2.53 | - |
| YUV | 82.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 30 | 0 | 0.19 | 0.71 | 0.60 | 43.56 | 0.55 | 0.26 |
| Hex | 67 | 53 | 1E | 0 | 13 | 47 | 3C | 2C | 37 | 1A |
| Octal | 147 | 123 | 36 | 0 | 23 | 107 | 74 | 54 | 67 | 32 |
| Binary | 1100111 | 1010011 | 11110 | 0 | 10011 | 1000111 | 111100 | 101100 | 110111 | 11010 |
Color Harmonies of #67531E
Complementary color
Monochromatic Colors of #67531E
Black with #67531E
Text Example
Text Example
White with #67531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67531E; }
p { color: rgb(103,83,30); }
H1.HeaderClassName
{
color: #67531E;
}
.AnyTagClassName
{
color: #67531E;
}
</style>
background-color css
<style>
a { background-color: #67531E; }
a { background-color: rgb(103,83,30); }
div.DivClassName
{
background-color: #67531E;
}
.BgClassName
{
background-color: #67531E;
}
</style>
border-color css
<style>
span { border-color: #67531E; }
span { border-color: rgb(103,83,30); }
td.TdClassName
{
border-color: #67531E;
}
.TagClassName
{
border-color: #67531E;
}
</style>