Shades of Horses Neck #6A502A
Tints of Horses Neck #6A502A
RGB
CMYK
RGB Variations
Color information
#6A502A (or 0x6A502A) is known color: Horses Neck. HEX triplet: 6A, 50 and 2A. RGB value is (106,80,42). Sum of RGB (Red+Green+Blue) = 106+80+42=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A502A is #95AFD5. Grayscale: #535353. Windows color (decimal): -9809878 or 2773098. OLE color: 2773098.
HSL color Cylindrical-coordinate representation of color #6A502A: hue angle of 35.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A502A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 42 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.58 |
| HSL | 35.63º | 0.43% | 0.29% | - |
| HSV(B) | 35.63º | 0.6% | 0.42% | - |
| XYZ | 9.23 | 8.97 | 3.44 | - |
| YUV | 83.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 42 | 0 | 0.25 | 0.60 | 0.58 | 35.63 | 0.43 | 0.29 |
| Hex | 6A | 50 | 2A | 0 | 19 | 3C | 3A | 24 | 2B | 1D |
| Octal | 152 | 120 | 52 | 0 | 31 | 74 | 72 | 44 | 53 | 35 |
| Binary | 1101010 | 1010000 | 101010 | 0 | 11001 | 111100 | 111010 | 100100 | 101011 | 11101 |
Color Harmonies of #6A502A
Complementary color
Monochromatic Colors of #6A502A
Black with #6A502A
Text Example
Text Example
White with #6A502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A502A; }
p { color: rgb(106,80,42); }
H1.HeaderClassName
{
color: #6A502A;
}
.AnyTagClassName
{
color: #6A502A;
}
</style>
background-color css
<style>
a { background-color: #6A502A; }
a { background-color: rgb(106,80,42); }
div.DivClassName
{
background-color: #6A502A;
}
.BgClassName
{
background-color: #6A502A;
}
</style>
border-color css
<style>
span { border-color: #6A502A; }
span { border-color: rgb(106,80,42); }
td.TdClassName
{
border-color: #6A502A;
}
.TagClassName
{
border-color: #6A502A;
}
</style>