Shades of Horses Neck #6C581F
Tints of Horses Neck #6C581F
RGB
CMYK
RGB Variations
Color information
#6C581F (or 0x6C581F) is known color: Horses Neck. HEX triplet: 6C, 58 and 1F. RGB value is (108,88,31). Sum of RGB (Red+Green+Blue) = 108+88+31=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C581F is #93A7E0. Grayscale: #575757. Windows color (decimal): -9676769 or 2054252. OLE color: 2054252.
HSL color Cylindrical-coordinate representation of color #6C581F: hue angle of 44.42º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C581F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 31 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.58 |
| HSL | 44.42º | 0.55% | 0.27% | - |
| HSV(B) | 44.42º | 0.71% | 0.42% | - |
| XYZ | 9.92 | 10.27 | 2.76 | - |
| YUV | 87.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 31 | 0 | 0.19 | 0.71 | 0.58 | 44.42 | 0.55 | 0.27 |
| Hex | 6C | 58 | 1F | 0 | 13 | 47 | 3A | 2C | 37 | 1B |
| Octal | 154 | 130 | 37 | 0 | 23 | 107 | 72 | 54 | 67 | 33 |
| Binary | 1101100 | 1011000 | 11111 | 0 | 10011 | 1000111 | 111010 | 101100 | 110111 | 11011 |
Color Harmonies of #6C581F
Complementary color
Monochromatic Colors of #6C581F
Black with #6C581F
Text Example
Text Example
White with #6C581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C581F; }
p { color: rgb(108,88,31); }
H1.HeaderClassName
{
color: #6C581F;
}
.AnyTagClassName
{
color: #6C581F;
}
</style>
background-color css
<style>
a { background-color: #6C581F; }
a { background-color: rgb(108,88,31); }
div.DivClassName
{
background-color: #6C581F;
}
.BgClassName
{
background-color: #6C581F;
}
</style>
border-color css
<style>
span { border-color: #6C581F; }
span { border-color: rgb(108,88,31); }
td.TdClassName
{
border-color: #6C581F;
}
.TagClassName
{
border-color: #6C581F;
}
</style>