Shades of Horses Neck #69581E
Tints of Horses Neck #69581E
RGB
CMYK
RGB Variations
Color information
#69581E (or 0x69581E) is known color: Horses Neck. HEX triplet: 69, 58 and 1E. RGB value is (105,88,30). Sum of RGB (Red+Green+Blue) = 105+88+30=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69581E is #96A7E1. Grayscale: #565656. Windows color (decimal): -9873378 or 1988713. OLE color: 1988713.
HSL color Cylindrical-coordinate representation of color #69581E: hue angle of 46.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69581E is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 30 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.59 |
| HSL | 46.4º | 0.56% | 0.26% | - |
| HSV(B) | 46.4º | 0.71% | 0.41% | - |
| XYZ | 9.55 | 10.08 | 2.67 | - |
| YUV | 86.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 30 | 0 | 0.16 | 0.71 | 0.59 | 46.4 | 0.56 | 0.26 |
| Hex | 69 | 58 | 1E | 0 | 10 | 47 | 3B | 2E | 38 | 1A |
| Octal | 151 | 130 | 36 | 0 | 20 | 107 | 73 | 56 | 70 | 32 |
| Binary | 1101001 | 1011000 | 11110 | 0 | 10000 | 1000111 | 111011 | 101110 | 111000 | 11010 |
Color Harmonies of #69581E
Complementary color
Monochromatic Colors of #69581E
Black with #69581E
Text Example
Text Example
White with #69581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69581E; }
p { color: rgb(105,88,30); }
H1.HeaderClassName
{
color: #69581E;
}
.AnyTagClassName
{
color: #69581E;
}
</style>
background-color css
<style>
a { background-color: #69581E; }
a { background-color: rgb(105,88,30); }
div.DivClassName
{
background-color: #69581E;
}
.BgClassName
{
background-color: #69581E;
}
</style>
border-color css
<style>
span { border-color: #69581E; }
span { border-color: rgb(105,88,30); }
td.TdClassName
{
border-color: #69581E;
}
.TagClassName
{
border-color: #69581E;
}
</style>