Shades of Horses Neck #6F5C23
Tints of Horses Neck #6F5C23
RGB
CMYK
RGB Variations
Color information
#6F5C23 (or 0x6F5C23) is known color: Horses Neck. HEX triplet: 6F, 5C and 23. RGB value is (111,92,35). Sum of RGB (Red+Green+Blue) = 111+92+35=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C23 is #90A3DC. Grayscale: #5B5B5B. Windows color (decimal): -9479133 or 2317423. OLE color: 2317423.
HSL color Cylindrical-coordinate representation of color #6F5C23: hue angle of 45º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F5C23 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 35 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.56 |
| HSL | 45º | 0.52% | 0.29% | - |
| HSV(B) | 45º | 0.68% | 0.44% | - |
| XYZ | 10.69 | 11.16 | 3.18 | - |
| YUV | 91.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 35 | 0 | 0.17 | 0.68 | 0.56 | 45 | 0.52 | 0.29 |
| Hex | 6F | 5C | 23 | 0 | 11 | 44 | 38 | 2D | 34 | 1D |
| Octal | 157 | 134 | 43 | 0 | 21 | 104 | 70 | 55 | 64 | 35 |
| Binary | 1101111 | 1011100 | 100011 | 0 | 10001 | 1000100 | 111000 | 101101 | 110100 | 11101 |
Color Harmonies of #6F5C23
Complementary color
Monochromatic Colors of #6F5C23
Black with #6F5C23
Text Example
Text Example
White with #6F5C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C23; }
p { color: rgb(111,92,35); }
H1.HeaderClassName
{
color: #6F5C23;
}
.AnyTagClassName
{
color: #6F5C23;
}
</style>
background-color css
<style>
a { background-color: #6F5C23; }
a { background-color: rgb(111,92,35); }
div.DivClassName
{
background-color: #6F5C23;
}
.BgClassName
{
background-color: #6F5C23;
}
</style>
border-color css
<style>
span { border-color: #6F5C23; }
span { border-color: rgb(111,92,35); }
td.TdClassName
{
border-color: #6F5C23;
}
.TagClassName
{
border-color: #6F5C23;
}
</style>