Shades of Horses Neck #69561C
Tints of Horses Neck #69561C
RGB
CMYK
RGB Variations
Color information
#69561C (or 0x69561C) is known color: Horses Neck. HEX triplet: 69, 56 and 1C. RGB value is (105,86,28). Sum of RGB (Red+Green+Blue) = 105+86+28=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69561C is #96A9E3. Grayscale: #555555. Windows color (decimal): -9873892 or 1857129. OLE color: 1857129.
HSL color Cylindrical-coordinate representation of color #69561C: hue angle of 45.19º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69561C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 86 | 28 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.59 |
| HSL | 45.19º | 0.58% | 0.26% | - |
| HSV(B) | 45.19º | 0.73% | 0.41% | - |
| XYZ | 9.36 | 9.74 | 2.49 | - |
| YUV | 85.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 28 | 0 | 0.18 | 0.73 | 0.59 | 45.19 | 0.58 | 0.26 |
| Hex | 69 | 56 | 1C | 0 | 12 | 49 | 3B | 2D | 3A | 1A |
| Octal | 151 | 126 | 34 | 0 | 22 | 111 | 73 | 55 | 72 | 32 |
| Binary | 1101001 | 1010110 | 11100 | 0 | 10010 | 1001001 | 111011 | 101101 | 111010 | 11010 |
Color Harmonies of #69561C
Complementary color
Monochromatic Colors of #69561C
Black with #69561C
Text Example
Text Example
White with #69561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69561C; }
p { color: rgb(105,86,28); }
H1.HeaderClassName
{
color: #69561C;
}
.AnyTagClassName
{
color: #69561C;
}
</style>
background-color css
<style>
a { background-color: #69561C; }
a { background-color: rgb(105,86,28); }
div.DivClassName
{
background-color: #69561C;
}
.BgClassName
{
background-color: #69561C;
}
</style>
border-color css
<style>
span { border-color: #69561C; }
span { border-color: rgb(105,86,28); }
td.TdClassName
{
border-color: #69561C;
}
.TagClassName
{
border-color: #69561C;
}
</style>