Shades of Horses Neck #68582E
Tints of Horses Neck #68582E
RGB
CMYK
RGB Variations
Color information
#68582E (or 0x68582E) is known color: Horses Neck. HEX triplet: 68, 58 and 2E. RGB value is (104,88,46). Sum of RGB (Red+Green+Blue) = 104+88+46=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68582E is #97A7D1. Grayscale: #585858. Windows color (decimal): -9938898 or 3037288. OLE color: 3037288.
HSL color Cylindrical-coordinate representation of color #68582E: hue angle of 43.45º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68582E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 46 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.59 |
| HSL | 43.45º | 0.39% | 0.29% | - |
| HSV(B) | 43.45º | 0.56% | 0.41% | - |
| XYZ | 9.69 | 10.12 | 4.03 | - |
| YUV | 88 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 46 | 0 | 0.15 | 0.56 | 0.59 | 43.45 | 0.39 | 0.29 |
| Hex | 68 | 58 | 2E | 0 | F | 38 | 3B | 2B | 27 | 1D |
| Octal | 150 | 130 | 56 | 0 | 17 | 70 | 73 | 53 | 47 | 35 |
| Binary | 1101000 | 1011000 | 101110 | 0 | 1111 | 111000 | 111011 | 101011 | 100111 | 11101 |
Color Harmonies of #68582E
Complementary color
Monochromatic Colors of #68582E
Black with #68582E
Text Example
Text Example
White with #68582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68582E; }
p { color: rgb(104,88,46); }
H1.HeaderClassName
{
color: #68582E;
}
.AnyTagClassName
{
color: #68582E;
}
</style>
background-color css
<style>
a { background-color: #68582E; }
a { background-color: rgb(104,88,46); }
div.DivClassName
{
background-color: #68582E;
}
.BgClassName
{
background-color: #68582E;
}
</style>
border-color css
<style>
span { border-color: #68582E; }
span { border-color: rgb(104,88,46); }
td.TdClassName
{
border-color: #68582E;
}
.TagClassName
{
border-color: #68582E;
}
</style>