Shades of Horses Neck #6C5A2B
Tints of Horses Neck #6C5A2B
RGB
CMYK
RGB Variations
Color information
#6C5A2B (or 0x6C5A2B) is known color: Horses Neck. HEX triplet: 6C, 5A and 2B. RGB value is (108,90,43). Sum of RGB (Red+Green+Blue) = 108+90+43=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5A2B is #93A5D4. Grayscale: #5A5A5A. Windows color (decimal): -9676245 or 2841196. OLE color: 2841196.
HSL color Cylindrical-coordinate representation of color #6C5A2B: hue angle of 43.38º 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 #6C5A2B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 90 | 43 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.58 |
| HSL | 43.38º | 0.43% | 0.3% | - |
| HSV(B) | 43.38º | 0.6% | 0.42% | - |
| XYZ | 10.28 | 10.67 | 3.8 | - |
| YUV | 90.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 43 | 0 | 0.17 | 0.60 | 0.58 | 43.38 | 0.43 | 0.3 |
| Hex | 6C | 5A | 2B | 0 | 11 | 3C | 3A | 2B | 2B | 1E |
| Octal | 154 | 132 | 53 | 0 | 21 | 74 | 72 | 53 | 53 | 36 |
| Binary | 1101100 | 1011010 | 101011 | 0 | 10001 | 111100 | 111010 | 101011 | 101011 | 11110 |
Color Harmonies of #6C5A2B
Complementary color
Monochromatic Colors of #6C5A2B
Black with #6C5A2B
Text Example
Text Example
White with #6C5A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5A2B; }
p { color: rgb(108,90,43); }
H1.HeaderClassName
{
color: #6C5A2B;
}
.AnyTagClassName
{
color: #6C5A2B;
}
</style>
background-color css
<style>
a { background-color: #6C5A2B; }
a { background-color: rgb(108,90,43); }
div.DivClassName
{
background-color: #6C5A2B;
}
.BgClassName
{
background-color: #6C5A2B;
}
</style>
border-color css
<style>
span { border-color: #6C5A2B; }
span { border-color: rgb(108,90,43); }
td.TdClassName
{
border-color: #6C5A2B;
}
.TagClassName
{
border-color: #6C5A2B;
}
</style>