Shades of Horses Neck #6D5B1C
Tints of Horses Neck #6D5B1C
RGB
CMYK
RGB Variations
Color information
#6D5B1C (or 0x6D5B1C) is known color: Horses Neck. HEX triplet: 6D, 5B and 1C. RGB value is (109,91,28). Sum of RGB (Red+Green+Blue) = 109+91+28=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5B1C is #92A4E3. Grayscale: #595959. Windows color (decimal): -9610468 or 1858413. OLE color: 1858413.
HSL color Cylindrical-coordinate representation of color #6D5B1C: hue angle of 46.67º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D5B1C is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 28 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.57 |
| HSL | 46.67º | 0.59% | 0.27% | - |
| HSV(B) | 46.67º | 0.74% | 0.43% | - |
| XYZ | 10.26 | 10.82 | 2.65 | - |
| YUV | 89.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 28 | 0 | 0.17 | 0.74 | 0.57 | 46.67 | 0.59 | 0.27 |
| Hex | 6D | 5B | 1C | 0 | 11 | 4A | 39 | 2F | 3B | 1B |
| Octal | 155 | 133 | 34 | 0 | 21 | 112 | 71 | 57 | 73 | 33 |
| Binary | 1101101 | 1011011 | 11100 | 0 | 10001 | 1001010 | 111001 | 101111 | 111011 | 11011 |
Color Harmonies of #6D5B1C
Complementary color
Monochromatic Colors of #6D5B1C
Black with #6D5B1C
Text Example
Text Example
White with #6D5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B1C; }
p { color: rgb(109,91,28); }
H1.HeaderClassName
{
color: #6D5B1C;
}
.AnyTagClassName
{
color: #6D5B1C;
}
</style>
background-color css
<style>
a { background-color: #6D5B1C; }
a { background-color: rgb(109,91,28); }
div.DivClassName
{
background-color: #6D5B1C;
}
.BgClassName
{
background-color: #6D5B1C;
}
</style>
border-color css
<style>
span { border-color: #6D5B1C; }
span { border-color: rgb(109,91,28); }
td.TdClassName
{
border-color: #6D5B1C;
}
.TagClassName
{
border-color: #6D5B1C;
}
</style>