Shades of Horses Neck #6B562C
Tints of Horses Neck #6B562C
RGB
CMYK
RGB Variations
Color information
#6B562C (or 0x6B562C) is known color: Horses Neck. HEX triplet: 6B, 56 and 2C. RGB value is (107,86,44). Sum of RGB (Red+Green+Blue) = 107+86+44=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B562C is #94A9D3. Grayscale: #575757. Windows color (decimal): -9742804 or 2905707. OLE color: 2905707.
HSL color Cylindrical-coordinate representation of color #6B562C: hue angle of 40º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B562C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 44 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.58 |
| HSL | 40º | 0.42% | 0.3% | - |
| HSV(B) | 40º | 0.59% | 0.42% | - |
| XYZ | 9.85 | 9.96 | 3.79 | - |
| YUV | 87.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 44 | 0 | 0.20 | 0.59 | 0.58 | 40 | 0.42 | 0.3 |
| Hex | 6B | 56 | 2C | 0 | 14 | 3B | 3A | 28 | 2A | 1E |
| Octal | 153 | 126 | 54 | 0 | 24 | 73 | 72 | 50 | 52 | 36 |
| Binary | 1101011 | 1010110 | 101100 | 0 | 10100 | 111011 | 111010 | 101000 | 101010 | 11110 |
Color Harmonies of #6B562C
Complementary color
Monochromatic Colors of #6B562C
Black with #6B562C
Text Example
Text Example
White with #6B562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B562C; }
p { color: rgb(107,86,44); }
H1.HeaderClassName
{
color: #6B562C;
}
.AnyTagClassName
{
color: #6B562C;
}
</style>
background-color css
<style>
a { background-color: #6B562C; }
a { background-color: rgb(107,86,44); }
div.DivClassName
{
background-color: #6B562C;
}
.BgClassName
{
background-color: #6B562C;
}
</style>
border-color css
<style>
span { border-color: #6B562C; }
span { border-color: rgb(107,86,44); }
td.TdClassName
{
border-color: #6B562C;
}
.TagClassName
{
border-color: #6B562C;
}
</style>