Shades of Horses Neck #6A552A
Tints of Horses Neck #6A552A
RGB
CMYK
RGB Variations
Color information
#6A552A (or 0x6A552A) is known color: Horses Neck. HEX triplet: 6A, 55 and 2A. RGB value is (106,85,42). Sum of RGB (Red+Green+Blue) = 106+85+42=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A552A is #95AAD5. Grayscale: #565656. Windows color (decimal): -9808598 or 2774378. OLE color: 2774378.
HSL color Cylindrical-coordinate representation of color #6A552A: hue angle of 40.31º 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 #6A552A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 85 | 42 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.58 |
| HSL | 40.31º | 0.43% | 0.29% | - |
| HSV(B) | 40.31º | 0.6% | 0.42% | - |
| XYZ | 9.61 | 9.73 | 3.56 | - |
| YUV | 86.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 42 | 0 | 0.20 | 0.60 | 0.58 | 40.31 | 0.43 | 0.29 |
| Hex | 6A | 55 | 2A | 0 | 14 | 3C | 3A | 28 | 2B | 1D |
| Octal | 152 | 125 | 52 | 0 | 24 | 74 | 72 | 50 | 53 | 35 |
| Binary | 1101010 | 1010101 | 101010 | 0 | 10100 | 111100 | 111010 | 101000 | 101011 | 11101 |
Color Harmonies of #6A552A
Complementary color
Monochromatic Colors of #6A552A
Black with #6A552A
Text Example
Text Example
White with #6A552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A552A; }
p { color: rgb(106,85,42); }
H1.HeaderClassName
{
color: #6A552A;
}
.AnyTagClassName
{
color: #6A552A;
}
</style>
background-color css
<style>
a { background-color: #6A552A; }
a { background-color: rgb(106,85,42); }
div.DivClassName
{
background-color: #6A552A;
}
.BgClassName
{
background-color: #6A552A;
}
</style>
border-color css
<style>
span { border-color: #6A552A; }
span { border-color: rgb(106,85,42); }
td.TdClassName
{
border-color: #6A552A;
}
.TagClassName
{
border-color: #6A552A;
}
</style>