Shades of Horses Neck #6A5A37
Tints of Horses Neck #6A5A37
RGB
CMYK
RGB Variations
Color information
#6A5A37 (or 0x6A5A37) is known color: Horses Neck. HEX triplet: 6A, 5A and 37. RGB value is (106,90,55). Sum of RGB (Red+Green+Blue) = 106+90+55=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A37 is #95A5C8. Grayscale: #5A5A5A. Windows color (decimal): -9807305 or 3627626. OLE color: 3627626.
HSL color Cylindrical-coordinate representation of color #6A5A37: hue angle of 41.18º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A5A37 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 55 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.58 |
| HSL | 41.18º | 0.32% | 0.32% | - |
| HSV(B) | 41.18º | 0.48% | 0.42% | - |
| XYZ | 10.29 | 10.65 | 5.13 | - |
| YUV | 90.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 55 | 0 | 0.15 | 0.48 | 0.58 | 41.18 | 0.32 | 0.32 |
| Hex | 6A | 5A | 37 | 0 | F | 30 | 3A | 29 | 20 | 20 |
| Octal | 152 | 132 | 67 | 0 | 17 | 60 | 72 | 51 | 40 | 40 |
| Binary | 1101010 | 1011010 | 110111 | 0 | 1111 | 110000 | 111010 | 101001 | 100000 | 100000 |
Color Harmonies of #6A5A37
Complementary color
Monochromatic Colors of #6A5A37
Black with #6A5A37
Text Example
Text Example
White with #6A5A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A37; }
p { color: rgb(106,90,55); }
H1.HeaderClassName
{
color: #6A5A37;
}
.AnyTagClassName
{
color: #6A5A37;
}
</style>
background-color css
<style>
a { background-color: #6A5A37; }
a { background-color: rgb(106,90,55); }
div.DivClassName
{
background-color: #6A5A37;
}
.BgClassName
{
background-color: #6A5A37;
}
</style>
border-color css
<style>
span { border-color: #6A5A37; }
span { border-color: rgb(106,90,55); }
td.TdClassName
{
border-color: #6A5A37;
}
.TagClassName
{
border-color: #6A5A37;
}
</style>