Shades of Horses Neck #6A5529
Tints of Horses Neck #6A5529
RGB
CMYK
RGB Variations
Color information
#6A5529 (or 0x6A5529) is known color: Horses Neck. HEX triplet: 6A, 55 and 29. RGB value is (106,85,41). Sum of RGB (Red+Green+Blue) = 106+85+41=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5529 is #95AAD6. Grayscale: #565656. Windows color (decimal): -9808599 or 2708842. OLE color: 2708842.
HSL color Cylindrical-coordinate representation of color #6A5529: hue angle of 40.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A5529 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 85 | 41 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.58 |
| HSL | 40.62º | 0.44% | 0.29% | - |
| HSV(B) | 40.62º | 0.61% | 0.42% | - |
| XYZ | 9.59 | 9.72 | 3.47 | - |
| YUV | 86.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 41 | 0 | 0.20 | 0.61 | 0.58 | 40.62 | 0.44 | 0.29 |
| Hex | 6A | 55 | 29 | 0 | 14 | 3D | 3A | 29 | 2C | 1D |
| Octal | 152 | 125 | 51 | 0 | 24 | 75 | 72 | 51 | 54 | 35 |
| Binary | 1101010 | 1010101 | 101001 | 0 | 10100 | 111101 | 111010 | 101001 | 101100 | 11101 |
Color Harmonies of #6A5529
Complementary color
Monochromatic Colors of #6A5529
Black with #6A5529
Text Example
Text Example
White with #6A5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5529; }
p { color: rgb(106,85,41); }
H1.HeaderClassName
{
color: #6A5529;
}
.AnyTagClassName
{
color: #6A5529;
}
</style>
background-color css
<style>
a { background-color: #6A5529; }
a { background-color: rgb(106,85,41); }
div.DivClassName
{
background-color: #6A5529;
}
.BgClassName
{
background-color: #6A5529;
}
</style>
border-color css
<style>
span { border-color: #6A5529; }
span { border-color: rgb(106,85,41); }
td.TdClassName
{
border-color: #6A5529;
}
.TagClassName
{
border-color: #6A5529;
}
</style>