Shades of Horses Neck #6A542A
Tints of Horses Neck #6A542A
RGB
CMYK
RGB Variations
Color information
#6A542A (or 0x6A542A) is known color: Horses Neck. HEX triplet: 6A, 54 and 2A. RGB value is (106,84,42). Sum of RGB (Red+Green+Blue) = 106+84+42=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A542A is #95ABD5. Grayscale: #555555. Windows color (decimal): -9808854 or 2774122. OLE color: 2774122.
HSL color Cylindrical-coordinate representation of color #6A542A: hue angle of 39.38º 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 #6A542A is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 42 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.58 |
| HSL | 39.38º | 0.43% | 0.29% | - |
| HSV(B) | 39.38º | 0.6% | 0.42% | - |
| XYZ | 9.53 | 9.57 | 3.54 | - |
| YUV | 85.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 42 | 0 | 0.21 | 0.60 | 0.58 | 39.38 | 0.43 | 0.29 |
| Hex | 6A | 54 | 2A | 0 | 15 | 3C | 3A | 27 | 2B | 1D |
| Octal | 152 | 124 | 52 | 0 | 25 | 74 | 72 | 47 | 53 | 35 |
| Binary | 1101010 | 1010100 | 101010 | 0 | 10101 | 111100 | 111010 | 100111 | 101011 | 11101 |
Color Harmonies of #6A542A
Complementary color
Monochromatic Colors of #6A542A
Black with #6A542A
Text Example
Text Example
White with #6A542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A542A; }
p { color: rgb(106,84,42); }
H1.HeaderClassName
{
color: #6A542A;
}
.AnyTagClassName
{
color: #6A542A;
}
</style>
background-color css
<style>
a { background-color: #6A542A; }
a { background-color: rgb(106,84,42); }
div.DivClassName
{
background-color: #6A542A;
}
.BgClassName
{
background-color: #6A542A;
}
</style>
border-color css
<style>
span { border-color: #6A542A; }
span { border-color: rgb(106,84,42); }
td.TdClassName
{
border-color: #6A542A;
}
.TagClassName
{
border-color: #6A542A;
}
</style>