Shades of Horses Neck #6D532A
Tints of Horses Neck #6D532A
RGB
CMYK
RGB Variations
Color information
#6D532A (or 0x6D532A) is known color: Horses Neck. HEX triplet: 6D, 53 and 2A. RGB value is (109,83,42). Sum of RGB (Red+Green+Blue) = 109+83+42=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D532A is #92ACD5. Grayscale: #565656. Windows color (decimal): -9612502 or 2773869. OLE color: 2773869.
HSL color Cylindrical-coordinate representation of color #6D532A: hue angle of 36.72º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D532A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 42 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.57 |
| HSL | 36.72º | 0.44% | 0.3% | - |
| HSV(B) | 36.72º | 0.61% | 0.43% | - |
| XYZ | 9.82 | 9.6 | 3.53 | - |
| YUV | 86.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 42 | 0 | 0.24 | 0.61 | 0.57 | 36.72 | 0.44 | 0.3 |
| Hex | 6D | 53 | 2A | 0 | 18 | 3D | 39 | 25 | 2C | 1E |
| Octal | 155 | 123 | 52 | 0 | 30 | 75 | 71 | 45 | 54 | 36 |
| Binary | 1101101 | 1010011 | 101010 | 0 | 11000 | 111101 | 111001 | 100101 | 101100 | 11110 |
Color Harmonies of #6D532A
Complementary color
Monochromatic Colors of #6D532A
Black with #6D532A
Text Example
Text Example
White with #6D532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D532A; }
p { color: rgb(109,83,42); }
H1.HeaderClassName
{
color: #6D532A;
}
.AnyTagClassName
{
color: #6D532A;
}
</style>
background-color css
<style>
a { background-color: #6D532A; }
a { background-color: rgb(109,83,42); }
div.DivClassName
{
background-color: #6D532A;
}
.BgClassName
{
background-color: #6D532A;
}
</style>
border-color css
<style>
span { border-color: #6D532A; }
span { border-color: rgb(109,83,42); }
td.TdClassName
{
border-color: #6D532A;
}
.TagClassName
{
border-color: #6D532A;
}
</style>