Shades of Horses Neck #6C512B
Tints of Horses Neck #6C512B
RGB
CMYK
RGB Variations
Color information
#6C512B (or 0x6C512B) is known color: Horses Neck. HEX triplet: 6C, 51 and 2B. RGB value is (108,81,43). Sum of RGB (Red+Green+Blue) = 108+81+43=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C512B is #93AED4. Grayscale: #545454. Windows color (decimal): -9678549 or 2838892. OLE color: 2838892.
HSL color Cylindrical-coordinate representation of color #6C512B: hue angle of 35.08º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C512B is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 43 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.58 |
| HSL | 35.08º | 0.43% | 0.3% | - |
| HSV(B) | 35.08º | 0.6% | 0.42% | - |
| XYZ | 9.56 | 9.25 | 3.57 | - |
| YUV | 84.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 43 | 0 | 0.25 | 0.60 | 0.58 | 35.08 | 0.43 | 0.3 |
| Hex | 6C | 51 | 2B | 0 | 19 | 3C | 3A | 23 | 2B | 1E |
| Octal | 154 | 121 | 53 | 0 | 31 | 74 | 72 | 43 | 53 | 36 |
| Binary | 1101100 | 1010001 | 101011 | 0 | 11001 | 111100 | 111010 | 100011 | 101011 | 11110 |
Color Harmonies of #6C512B
Complementary color
Monochromatic Colors of #6C512B
Black with #6C512B
Text Example
Text Example
White with #6C512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C512B; }
p { color: rgb(108,81,43); }
H1.HeaderClassName
{
color: #6C512B;
}
.AnyTagClassName
{
color: #6C512B;
}
</style>
background-color css
<style>
a { background-color: #6C512B; }
a { background-color: rgb(108,81,43); }
div.DivClassName
{
background-color: #6C512B;
}
.BgClassName
{
background-color: #6C512B;
}
</style>
border-color css
<style>
span { border-color: #6C512B; }
span { border-color: rgb(108,81,43); }
td.TdClassName
{
border-color: #6C512B;
}
.TagClassName
{
border-color: #6C512B;
}
</style>