Shades of Horses Neck #67592F
Tints of Horses Neck #67592F
RGB
CMYK
RGB Variations
Color information
#67592F (or 0x67592F) is known color: Horses Neck. HEX triplet: 67, 59 and 2F. RGB value is (103,89,47). Sum of RGB (Red+Green+Blue) = 103+89+47=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #67592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67592F is #98A6D0. Grayscale: #585858. Windows color (decimal): -10004177 or 3103079. OLE color: 3103079.
HSL color Cylindrical-coordinate representation of color #67592F: hue angle of 45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67592F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 47 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.60 |
| HSL | 45º | 0.37% | 0.29% | - |
| HSV(B) | 45º | 0.54% | 0.4% | - |
| XYZ | 9.68 | 10.23 | 4.15 | - |
| YUV | 88.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 47 | 0 | 0.14 | 0.54 | 0.60 | 45 | 0.37 | 0.29 |
| Hex | 67 | 59 | 2F | 0 | E | 36 | 3C | 2D | 25 | 1D |
| Octal | 147 | 131 | 57 | 0 | 16 | 66 | 74 | 55 | 45 | 35 |
| Binary | 1100111 | 1011001 | 101111 | 0 | 1110 | 110110 | 111100 | 101101 | 100101 | 11101 |
Color Harmonies of #67592F
Complementary color
Monochromatic Colors of #67592F
Black with #67592F
Text Example
Text Example
White with #67592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67592F; }
p { color: rgb(103,89,47); }
H1.HeaderClassName
{
color: #67592F;
}
.AnyTagClassName
{
color: #67592F;
}
</style>
background-color css
<style>
a { background-color: #67592F; }
a { background-color: rgb(103,89,47); }
div.DivClassName
{
background-color: #67592F;
}
.BgClassName
{
background-color: #67592F;
}
</style>
border-color css
<style>
span { border-color: #67592F; }
span { border-color: rgb(103,89,47); }
td.TdClassName
{
border-color: #67592F;
}
.TagClassName
{
border-color: #67592F;
}
</style>