Shades of Horses Neck #6B5825
Tints of Horses Neck #6B5825
RGB
CMYK
RGB Variations
Color information
#6B5825 (or 0x6B5825) is known color: Horses Neck. HEX triplet: 6B, 58 and 25. RGB value is (107,88,37). Sum of RGB (Red+Green+Blue) = 107+88+37=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5825 is #94A7DA. Grayscale: #585858. Windows color (decimal): -9742299 or 2447467. OLE color: 2447467.
HSL color Cylindrical-coordinate representation of color #6B5825: hue angle of 43.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B5825 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 37 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.58 |
| HSL | 43.71º | 0.49% | 0.28% | - |
| HSV(B) | 43.71º | 0.65% | 0.42% | - |
| XYZ | 9.89 | 10.24 | 3.21 | - |
| YUV | 87.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 37 | 0 | 0.18 | 0.65 | 0.58 | 43.71 | 0.49 | 0.28 |
| Hex | 6B | 58 | 25 | 0 | 12 | 41 | 3A | 2C | 31 | 1C |
| Octal | 153 | 130 | 45 | 0 | 22 | 101 | 72 | 54 | 61 | 34 |
| Binary | 1101011 | 1011000 | 100101 | 0 | 10010 | 1000001 | 111010 | 101100 | 110001 | 11100 |
Color Harmonies of #6B5825
Complementary color
Monochromatic Colors of #6B5825
Black with #6B5825
Text Example
Text Example
White with #6B5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5825; }
p { color: rgb(107,88,37); }
H1.HeaderClassName
{
color: #6B5825;
}
.AnyTagClassName
{
color: #6B5825;
}
</style>
background-color css
<style>
a { background-color: #6B5825; }
a { background-color: rgb(107,88,37); }
div.DivClassName
{
background-color: #6B5825;
}
.BgClassName
{
background-color: #6B5825;
}
</style>
border-color css
<style>
span { border-color: #6B5825; }
span { border-color: rgb(107,88,37); }
td.TdClassName
{
border-color: #6B5825;
}
.TagClassName
{
border-color: #6B5825;
}
</style>