Shades of Horses Neck #6D5C28
Tints of Horses Neck #6D5C28
RGB
CMYK
RGB Variations
Color information
#6D5C28 (or 0x6D5C28) is known color: Horses Neck. HEX triplet: 6D, 5C and 28. RGB value is (109,92,40). Sum of RGB (Red+Green+Blue) = 109+92+40=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C28 is #92A3D7. Grayscale: #5B5B5B. Windows color (decimal): -9610200 or 2645101. OLE color: 2645101.
HSL color Cylindrical-coordinate representation of color #6D5C28: hue angle of 45.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D5C28 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 40 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.57 |
| HSL | 45.22º | 0.46% | 0.29% | - |
| HSV(B) | 45.22º | 0.63% | 0.43% | - |
| XYZ | 10.52 | 11.06 | 3.59 | - |
| YUV | 91.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 40 | 0 | 0.16 | 0.63 | 0.57 | 45.22 | 0.46 | 0.29 |
| Hex | 6D | 5C | 28 | 0 | 10 | 3F | 39 | 2D | 2E | 1D |
| Octal | 155 | 134 | 50 | 0 | 20 | 77 | 71 | 55 | 56 | 35 |
| Binary | 1101101 | 1011100 | 101000 | 0 | 10000 | 111111 | 111001 | 101101 | 101110 | 11101 |
Color Harmonies of #6D5C28
Complementary color
Monochromatic Colors of #6D5C28
Black with #6D5C28
Text Example
Text Example
White with #6D5C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C28; }
p { color: rgb(109,92,40); }
H1.HeaderClassName
{
color: #6D5C28;
}
.AnyTagClassName
{
color: #6D5C28;
}
</style>
background-color css
<style>
a { background-color: #6D5C28; }
a { background-color: rgb(109,92,40); }
div.DivClassName
{
background-color: #6D5C28;
}
.BgClassName
{
background-color: #6D5C28;
}
</style>
border-color css
<style>
span { border-color: #6D5C28; }
span { border-color: rgb(109,92,40); }
td.TdClassName
{
border-color: #6D5C28;
}
.TagClassName
{
border-color: #6D5C28;
}
</style>