Shades of Horses Neck #6D5225
Tints of Horses Neck #6D5225
RGB
CMYK
RGB Variations
Color information
#6D5225 (or 0x6D5225) is known color: Horses Neck. HEX triplet: 6D, 52 and 25. RGB value is (109,82,37). Sum of RGB (Red+Green+Blue) = 109+82+37=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5225 is #92ADDA. Grayscale: #555555. Windows color (decimal): -9612763 or 2445933. OLE color: 2445933.
HSL color Cylindrical-coordinate representation of color #6D5225: hue angle of 37.5º 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 #6D5225 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 37 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.57 |
| HSL | 37.5º | 0.49% | 0.29% | - |
| HSV(B) | 37.5º | 0.66% | 0.43% | - |
| XYZ | 9.66 | 9.42 | 3.06 | - |
| YUV | 84.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 37 | 0 | 0.25 | 0.66 | 0.57 | 37.5 | 0.49 | 0.29 |
| Hex | 6D | 52 | 25 | 0 | 19 | 42 | 39 | 26 | 31 | 1D |
| Octal | 155 | 122 | 45 | 0 | 31 | 102 | 71 | 46 | 61 | 35 |
| Binary | 1101101 | 1010010 | 100101 | 0 | 11001 | 1000010 | 111001 | 100110 | 110001 | 11101 |
Color Harmonies of #6D5225
Complementary color
Monochromatic Colors of #6D5225
Black with #6D5225
Text Example
Text Example
White with #6D5225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5225; }
p { color: rgb(109,82,37); }
H1.HeaderClassName
{
color: #6D5225;
}
.AnyTagClassName
{
color: #6D5225;
}
</style>
background-color css
<style>
a { background-color: #6D5225; }
a { background-color: rgb(109,82,37); }
div.DivClassName
{
background-color: #6D5225;
}
.BgClassName
{
background-color: #6D5225;
}
</style>
border-color css
<style>
span { border-color: #6D5225; }
span { border-color: rgb(109,82,37); }
td.TdClassName
{
border-color: #6D5225;
}
.TagClassName
{
border-color: #6D5225;
}
</style>