Shades of Horses Neck #6F582B
Tints of Horses Neck #6F582B
RGB
CMYK
RGB Variations
Color information
#6F582B (or 0x6F582B) is known color: Horses Neck. HEX triplet: 6F, 58 and 2B. RGB value is (111,88,43). Sum of RGB (Red+Green+Blue) = 111+88+43=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F582B is #90A7D4. Grayscale: #595959. Windows color (decimal): -9480149 or 2840687. OLE color: 2840687.
HSL color Cylindrical-coordinate representation of color #6F582B: hue angle of 39.71º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F582B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 43 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.56 |
| HSL | 39.71º | 0.44% | 0.3% | - |
| HSV(B) | 39.71º | 0.61% | 0.44% | - |
| XYZ | 10.48 | 10.53 | 3.77 | - |
| YUV | 89.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 43 | 0 | 0.21 | 0.61 | 0.56 | 39.71 | 0.44 | 0.3 |
| Hex | 6F | 58 | 2B | 0 | 15 | 3D | 38 | 28 | 2C | 1E |
| Octal | 157 | 130 | 53 | 0 | 25 | 75 | 70 | 50 | 54 | 36 |
| Binary | 1101111 | 1011000 | 101011 | 0 | 10101 | 111101 | 111000 | 101000 | 101100 | 11110 |
Color Harmonies of #6F582B
Complementary color
Monochromatic Colors of #6F582B
Black with #6F582B
Text Example
Text Example
White with #6F582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F582B; }
p { color: rgb(111,88,43); }
H1.HeaderClassName
{
color: #6F582B;
}
.AnyTagClassName
{
color: #6F582B;
}
</style>
background-color css
<style>
a { background-color: #6F582B; }
a { background-color: rgb(111,88,43); }
div.DivClassName
{
background-color: #6F582B;
}
.BgClassName
{
background-color: #6F582B;
}
</style>
border-color css
<style>
span { border-color: #6F582B; }
span { border-color: rgb(111,88,43); }
td.TdClassName
{
border-color: #6F582B;
}
.TagClassName
{
border-color: #6F582B;
}
</style>