Shades of Horses Neck #6D5525
Tints of Horses Neck #6D5525
RGB
CMYK
RGB Variations
Color information
#6D5525 (or 0x6D5525) is known color: Horses Neck. HEX triplet: 6D, 55 and 25. RGB value is (109,85,37). Sum of RGB (Red+Green+Blue) = 109+85+37=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5525 is #92AADA. Grayscale: #565656. Windows color (decimal): -9611995 or 2446701. OLE color: 2446701.
HSL color Cylindrical-coordinate representation of color #6D5525: hue angle of 40º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D5525 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 37 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.57 |
| HSL | 40º | 0.49% | 0.29% | - |
| HSV(B) | 40º | 0.66% | 0.43% | - |
| XYZ | 9.89 | 9.88 | 3.14 | - |
| YUV | 86.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 37 | 0 | 0.22 | 0.66 | 0.57 | 40 | 0.49 | 0.29 |
| Hex | 6D | 55 | 25 | 0 | 16 | 42 | 39 | 28 | 31 | 1D |
| Octal | 155 | 125 | 45 | 0 | 26 | 102 | 71 | 50 | 61 | 35 |
| Binary | 1101101 | 1010101 | 100101 | 0 | 10110 | 1000010 | 111001 | 101000 | 110001 | 11101 |
Color Harmonies of #6D5525
Complementary color
Monochromatic Colors of #6D5525
Black with #6D5525
Text Example
Text Example
White with #6D5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5525; }
p { color: rgb(109,85,37); }
H1.HeaderClassName
{
color: #6D5525;
}
.AnyTagClassName
{
color: #6D5525;
}
</style>
background-color css
<style>
a { background-color: #6D5525; }
a { background-color: rgb(109,85,37); }
div.DivClassName
{
background-color: #6D5525;
}
.BgClassName
{
background-color: #6D5525;
}
</style>
border-color css
<style>
span { border-color: #6D5525; }
span { border-color: rgb(109,85,37); }
td.TdClassName
{
border-color: #6D5525;
}
.TagClassName
{
border-color: #6D5525;
}
</style>