Shades of Horses Neck #6F531D
Tints of Horses Neck #6F531D
RGB
CMYK
RGB Variations
Color information
#6F531D (or 0x6F531D) is known color: Horses Neck. HEX triplet: 6F, 53 and 1D. RGB value is (111,83,29). Sum of RGB (Red+Green+Blue) = 111+83+29=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F531D is #90ACE2. Grayscale: #555555. Windows color (decimal): -9481443 or 1921903. OLE color: 1921903.
HSL color Cylindrical-coordinate representation of color #6F531D: hue angle of 39.51º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F531D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 29 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.56 |
| HSL | 39.51º | 0.59% | 0.27% | - |
| HSV(B) | 39.51º | 0.74% | 0.44% | - |
| XYZ | 9.87 | 9.65 | 2.51 | - |
| YUV | 85.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 29 | 0 | 0.25 | 0.74 | 0.56 | 39.51 | 0.59 | 0.27 |
| Hex | 6F | 53 | 1D | 0 | 19 | 4A | 38 | 28 | 3B | 1B |
| Octal | 157 | 123 | 35 | 0 | 31 | 112 | 70 | 50 | 73 | 33 |
| Binary | 1101111 | 1010011 | 11101 | 0 | 11001 | 1001010 | 111000 | 101000 | 111011 | 11011 |
Color Harmonies of #6F531D
Complementary color
Monochromatic Colors of #6F531D
Black with #6F531D
Text Example
Text Example
White with #6F531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F531D; }
p { color: rgb(111,83,29); }
H1.HeaderClassName
{
color: #6F531D;
}
.AnyTagClassName
{
color: #6F531D;
}
</style>
background-color css
<style>
a { background-color: #6F531D; }
a { background-color: rgb(111,83,29); }
div.DivClassName
{
background-color: #6F531D;
}
.BgClassName
{
background-color: #6F531D;
}
</style>
border-color css
<style>
span { border-color: #6F531D; }
span { border-color: rgb(111,83,29); }
td.TdClassName
{
border-color: #6F531D;
}
.TagClassName
{
border-color: #6F531D;
}
</style>