Shades of Horses Neck #6D5B25
Tints of Horses Neck #6D5B25
RGB
CMYK
RGB Variations
Color information
#6D5B25 (or 0x6D5B25) is known color: Horses Neck. HEX triplet: 6D, 5B and 25. RGB value is (109,91,37). Sum of RGB (Red+Green+Blue) = 109+91+37=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5B25 is #92A4DA. Grayscale: #5A5A5A. Windows color (decimal): -9610459 or 2448237. OLE color: 2448237.
HSL color Cylindrical-coordinate representation of color #6D5B25: hue angle of 45º 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 #6D5B25 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 37 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.57 |
| HSL | 45º | 0.49% | 0.29% | - |
| HSV(B) | 45º | 0.66% | 0.43% | - |
| XYZ | 10.38 | 10.87 | 3.3 | - |
| YUV | 90.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 37 | 0 | 0.17 | 0.66 | 0.57 | 45 | 0.49 | 0.29 |
| Hex | 6D | 5B | 25 | 0 | 11 | 42 | 39 | 2D | 31 | 1D |
| Octal | 155 | 133 | 45 | 0 | 21 | 102 | 71 | 55 | 61 | 35 |
| Binary | 1101101 | 1011011 | 100101 | 0 | 10001 | 1000010 | 111001 | 101101 | 110001 | 11101 |
Color Harmonies of #6D5B25
Complementary color
Monochromatic Colors of #6D5B25
Black with #6D5B25
Text Example
Text Example
White with #6D5B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B25; }
p { color: rgb(109,91,37); }
H1.HeaderClassName
{
color: #6D5B25;
}
.AnyTagClassName
{
color: #6D5B25;
}
</style>
background-color css
<style>
a { background-color: #6D5B25; }
a { background-color: rgb(109,91,37); }
div.DivClassName
{
background-color: #6D5B25;
}
.BgClassName
{
background-color: #6D5B25;
}
</style>
border-color css
<style>
span { border-color: #6D5B25; }
span { border-color: rgb(109,91,37); }
td.TdClassName
{
border-color: #6D5B25;
}
.TagClassName
{
border-color: #6D5B25;
}
</style>