Shades of Horses Neck #6A5A25
Tints of Horses Neck #6A5A25
RGB
CMYK
RGB Variations
Color information
#6A5A25 (or 0x6A5A25) is known color: Horses Neck. HEX triplet: 6A, 5A and 25. RGB value is (106,90,37). Sum of RGB (Red+Green+Blue) = 106+90+37=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A25 is #95A5DA. Grayscale: #585858. Windows color (decimal): -9807323 or 2447978. OLE color: 2447978.
HSL color Cylindrical-coordinate representation of color #6A5A25: hue angle of 46.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A5A25 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 37 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.58 |
| HSL | 46.09º | 0.48% | 0.28% | - |
| HSV(B) | 46.09º | 0.65% | 0.42% | - |
| XYZ | 9.93 | 10.51 | 3.26 | - |
| YUV | 88.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 37 | 0 | 0.15 | 0.65 | 0.58 | 46.09 | 0.48 | 0.28 |
| Hex | 6A | 5A | 25 | 0 | F | 41 | 3A | 2E | 30 | 1C |
| Octal | 152 | 132 | 45 | 0 | 17 | 101 | 72 | 56 | 60 | 34 |
| Binary | 1101010 | 1011010 | 100101 | 0 | 1111 | 1000001 | 111010 | 101110 | 110000 | 11100 |
Color Harmonies of #6A5A25
Complementary color
Monochromatic Colors of #6A5A25
Black with #6A5A25
Text Example
Text Example
White with #6A5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A25; }
p { color: rgb(106,90,37); }
H1.HeaderClassName
{
color: #6A5A25;
}
.AnyTagClassName
{
color: #6A5A25;
}
</style>
background-color css
<style>
a { background-color: #6A5A25; }
a { background-color: rgb(106,90,37); }
div.DivClassName
{
background-color: #6A5A25;
}
.BgClassName
{
background-color: #6A5A25;
}
</style>
border-color css
<style>
span { border-color: #6A5A25; }
span { border-color: rgb(106,90,37); }
td.TdClassName
{
border-color: #6A5A25;
}
.TagClassName
{
border-color: #6A5A25;
}
</style>