Shades of Horses Neck #6F5526
Tints of Horses Neck #6F5526
RGB
CMYK
RGB Variations
Color information
#6F5526 (or 0x6F5526) is known color: Horses Neck. HEX triplet: 6F, 55 and 26. RGB value is (111,85,38). Sum of RGB (Red+Green+Blue) = 111+85+38=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5526 is #90AAD9. Grayscale: #575757. Windows color (decimal): -9480922 or 2512239. OLE color: 2512239.
HSL color Cylindrical-coordinate representation of color #6F5526: hue angle of 38.63º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F5526 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 38 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.56 |
| HSL | 38.63º | 0.49% | 0.29% | - |
| HSV(B) | 38.63º | 0.66% | 0.44% | - |
| XYZ | 10.15 | 10.02 | 3.23 | - |
| YUV | 87.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 38 | 0 | 0.23 | 0.66 | 0.56 | 38.63 | 0.49 | 0.29 |
| Hex | 6F | 55 | 26 | 0 | 17 | 42 | 38 | 27 | 31 | 1D |
| Octal | 157 | 125 | 46 | 0 | 27 | 102 | 70 | 47 | 61 | 35 |
| Binary | 1101111 | 1010101 | 100110 | 0 | 10111 | 1000010 | 111000 | 100111 | 110001 | 11101 |
Color Harmonies of #6F5526
Complementary color
Monochromatic Colors of #6F5526
Black with #6F5526
Text Example
Text Example
White with #6F5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5526; }
p { color: rgb(111,85,38); }
H1.HeaderClassName
{
color: #6F5526;
}
.AnyTagClassName
{
color: #6F5526;
}
</style>
background-color css
<style>
a { background-color: #6F5526; }
a { background-color: rgb(111,85,38); }
div.DivClassName
{
background-color: #6F5526;
}
.BgClassName
{
background-color: #6F5526;
}
</style>
border-color css
<style>
span { border-color: #6F5526; }
span { border-color: rgb(111,85,38); }
td.TdClassName
{
border-color: #6F5526;
}
.TagClassName
{
border-color: #6F5526;
}
</style>