Shades of Horses Neck #6F5C26
Tints of Horses Neck #6F5C26
RGB
CMYK
RGB Variations
Color information
#6F5C26 (or 0x6F5C26) is known color: Horses Neck. HEX triplet: 6F, 5C and 26. RGB value is (111,92,38). Sum of RGB (Red+Green+Blue) = 111+92+38=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C26 is #90A3D9. Grayscale: #5B5B5B. Windows color (decimal): -9479130 or 2514031. OLE color: 2514031.
HSL color Cylindrical-coordinate representation of color #6F5C26: hue angle of 44.38º 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 #6F5C26 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 38 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.56 |
| HSL | 44.38º | 0.49% | 0.29% | - |
| HSV(B) | 44.38º | 0.66% | 0.44% | - |
| XYZ | 10.73 | 11.17 | 3.42 | - |
| YUV | 91.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 38 | 0 | 0.17 | 0.66 | 0.56 | 44.38 | 0.49 | 0.29 |
| Hex | 6F | 5C | 26 | 0 | 11 | 42 | 38 | 2C | 31 | 1D |
| Octal | 157 | 134 | 46 | 0 | 21 | 102 | 70 | 54 | 61 | 35 |
| Binary | 1101111 | 1011100 | 100110 | 0 | 10001 | 1000010 | 111000 | 101100 | 110001 | 11101 |
Color Harmonies of #6F5C26
Complementary color
Monochromatic Colors of #6F5C26
Black with #6F5C26
Text Example
Text Example
White with #6F5C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C26; }
p { color: rgb(111,92,38); }
H1.HeaderClassName
{
color: #6F5C26;
}
.AnyTagClassName
{
color: #6F5C26;
}
</style>
background-color css
<style>
a { background-color: #6F5C26; }
a { background-color: rgb(111,92,38); }
div.DivClassName
{
background-color: #6F5C26;
}
.BgClassName
{
background-color: #6F5C26;
}
</style>
border-color css
<style>
span { border-color: #6F5C26; }
span { border-color: rgb(111,92,38); }
td.TdClassName
{
border-color: #6F5C26;
}
.TagClassName
{
border-color: #6F5C26;
}
</style>