Shades of Horses Neck #67592D
Tints of Horses Neck #67592D
RGB
CMYK
RGB Variations
Color information
#67592D (or 0x67592D) is known color: Horses Neck. HEX triplet: 67, 59 and 2D. RGB value is (103,89,45). Sum of RGB (Red+Green+Blue) = 103+89+45=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #67592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67592D is #98A6D2. Grayscale: #585858. Windows color (decimal): -10004179 or 2972007. OLE color: 2972007.
HSL color Cylindrical-coordinate representation of color #67592D: hue angle of 45.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67592D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 45 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.60 |
| HSL | 45.52º | 0.39% | 0.29% | - |
| HSV(B) | 45.52º | 0.56% | 0.4% | - |
| XYZ | 9.64 | 10.22 | 3.95 | - |
| YUV | 88.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 45 | 0 | 0.14 | 0.56 | 0.60 | 45.52 | 0.39 | 0.29 |
| Hex | 67 | 59 | 2D | 0 | E | 38 | 3C | 2E | 27 | 1D |
| Octal | 147 | 131 | 55 | 0 | 16 | 70 | 74 | 56 | 47 | 35 |
| Binary | 1100111 | 1011001 | 101101 | 0 | 1110 | 111000 | 111100 | 101110 | 100111 | 11101 |
Color Harmonies of #67592D
Complementary color
Monochromatic Colors of #67592D
Black with #67592D
Text Example
Text Example
White with #67592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67592D; }
p { color: rgb(103,89,45); }
H1.HeaderClassName
{
color: #67592D;
}
.AnyTagClassName
{
color: #67592D;
}
</style>
background-color css
<style>
a { background-color: #67592D; }
a { background-color: rgb(103,89,45); }
div.DivClassName
{
background-color: #67592D;
}
.BgClassName
{
background-color: #67592D;
}
</style>
border-color css
<style>
span { border-color: #67592D; }
span { border-color: rgb(103,89,45); }
td.TdClassName
{
border-color: #67592D;
}
.TagClassName
{
border-color: #67592D;
}
</style>