Shades of Horses Neck #6F582D
Tints of Horses Neck #6F582D
RGB
CMYK
RGB Variations
Color information
#6F582D (or 0x6F582D) is known color: Horses Neck. HEX triplet: 6F, 58 and 2D. RGB value is (111,88,45). Sum of RGB (Red+Green+Blue) = 111+88+45=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F582D is #90A7D2. Grayscale: #5A5A5A. Windows color (decimal): -9480147 or 2971759. OLE color: 2971759.
HSL color Cylindrical-coordinate representation of color #6F582D: hue angle of 39.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F582D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 45 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.56 |
| HSL | 39.09º | 0.42% | 0.31% | - |
| HSV(B) | 39.09º | 0.59% | 0.44% | - |
| XYZ | 10.52 | 10.55 | 3.96 | - |
| YUV | 89.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 45 | 0 | 0.21 | 0.59 | 0.56 | 39.09 | 0.42 | 0.31 |
| Hex | 6F | 58 | 2D | 0 | 15 | 3B | 38 | 27 | 2A | 1F |
| Octal | 157 | 130 | 55 | 0 | 25 | 73 | 70 | 47 | 52 | 37 |
| Binary | 1101111 | 1011000 | 101101 | 0 | 10101 | 111011 | 111000 | 100111 | 101010 | 11111 |
Color Harmonies of #6F582D
Complementary color
Monochromatic Colors of #6F582D
Black with #6F582D
Text Example
Text Example
White with #6F582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F582D; }
p { color: rgb(111,88,45); }
H1.HeaderClassName
{
color: #6F582D;
}
.AnyTagClassName
{
color: #6F582D;
}
</style>
background-color css
<style>
a { background-color: #6F582D; }
a { background-color: rgb(111,88,45); }
div.DivClassName
{
background-color: #6F582D;
}
.BgClassName
{
background-color: #6F582D;
}
</style>
border-color css
<style>
span { border-color: #6F582D; }
span { border-color: rgb(111,88,45); }
td.TdClassName
{
border-color: #6F582D;
}
.TagClassName
{
border-color: #6F582D;
}
</style>