Shades of Horses Neck #6A561C
Tints of Horses Neck #6A561C
RGB
CMYK
RGB Variations
Color information
#6A561C (or 0x6A561C) is known color: Horses Neck. HEX triplet: 6A, 56 and 1C. RGB value is (106,86,28). Sum of RGB (Red+Green+Blue) = 106+86+28=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A561C is #95A9E3. Grayscale: #555555. Windows color (decimal): -9808356 or 1857130. OLE color: 1857130.
HSL color Cylindrical-coordinate representation of color #6A561C: hue angle of 44.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A561C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 28 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.58 |
| HSL | 44.62º | 0.58% | 0.26% | - |
| HSV(B) | 44.62º | 0.74% | 0.42% | - |
| XYZ | 9.48 | 9.8 | 2.49 | - |
| YUV | 85.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 28 | 0 | 0.19 | 0.74 | 0.58 | 44.62 | 0.58 | 0.26 |
| Hex | 6A | 56 | 1C | 0 | 13 | 4A | 3A | 2D | 3A | 1A |
| Octal | 152 | 126 | 34 | 0 | 23 | 112 | 72 | 55 | 72 | 32 |
| Binary | 1101010 | 1010110 | 11100 | 0 | 10011 | 1001010 | 111010 | 101101 | 111010 | 11010 |
Color Harmonies of #6A561C
Complementary color
Monochromatic Colors of #6A561C
Black with #6A561C
Text Example
Text Example
White with #6A561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A561C; }
p { color: rgb(106,86,28); }
H1.HeaderClassName
{
color: #6A561C;
}
.AnyTagClassName
{
color: #6A561C;
}
</style>
background-color css
<style>
a { background-color: #6A561C; }
a { background-color: rgb(106,86,28); }
div.DivClassName
{
background-color: #6A561C;
}
.BgClassName
{
background-color: #6A561C;
}
</style>
border-color css
<style>
span { border-color: #6A561C; }
span { border-color: rgb(106,86,28); }
td.TdClassName
{
border-color: #6A561C;
}
.TagClassName
{
border-color: #6A561C;
}
</style>