Shades of Horses Neck #6C581B
Tints of Horses Neck #6C581B
RGB
CMYK
RGB Variations
Color information
#6C581B (or 0x6C581B) is known color: Horses Neck. HEX triplet: 6C, 58 and 1B. RGB value is (108,88,27). Sum of RGB (Red+Green+Blue) = 108+88+27=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C581B is #93A7E4. Grayscale: #575757. Windows color (decimal): -9676773 or 1792108. OLE color: 1792108.
HSL color Cylindrical-coordinate representation of color #6C581B: hue angle of 45.19º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C581B is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 27 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.58 |
| HSL | 45.19º | 0.6% | 0.26% | - |
| HSV(B) | 45.19º | 0.75% | 0.42% | - |
| XYZ | 9.87 | 10.25 | 2.49 | - |
| YUV | 87.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 27 | 0 | 0.19 | 0.75 | 0.58 | 45.19 | 0.6 | 0.26 |
| Hex | 6C | 58 | 1B | 0 | 13 | 4B | 3A | 2D | 3C | 1A |
| Octal | 154 | 130 | 33 | 0 | 23 | 113 | 72 | 55 | 74 | 32 |
| Binary | 1101100 | 1011000 | 11011 | 0 | 10011 | 1001011 | 111010 | 101101 | 111100 | 11010 |
Color Harmonies of #6C581B
Complementary color
Monochromatic Colors of #6C581B
Black with #6C581B
Text Example
Text Example
White with #6C581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C581B; }
p { color: rgb(108,88,27); }
H1.HeaderClassName
{
color: #6C581B;
}
.AnyTagClassName
{
color: #6C581B;
}
</style>
background-color css
<style>
a { background-color: #6C581B; }
a { background-color: rgb(108,88,27); }
div.DivClassName
{
background-color: #6C581B;
}
.BgClassName
{
background-color: #6C581B;
}
</style>
border-color css
<style>
span { border-color: #6C581B; }
span { border-color: rgb(108,88,27); }
td.TdClassName
{
border-color: #6C581B;
}
.TagClassName
{
border-color: #6C581B;
}
</style>