Shades of Horses Neck #68502B
Tints of Horses Neck #68502B
RGB
CMYK
RGB Variations
Color information
#68502B (or 0x68502B) is known color: Horses Neck. HEX triplet: 68, 50 and 2B. RGB value is (104,80,43). Sum of RGB (Red+Green+Blue) = 104+80+43=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68502B is #97AFD4. Grayscale: #535353. Windows color (decimal): -9940949 or 2838632. OLE color: 2838632.
HSL color Cylindrical-coordinate representation of color #68502B: hue angle of 36.39º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68502B is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 43 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.59 |
| HSL | 36.39º | 0.41% | 0.29% | - |
| HSV(B) | 36.39º | 0.59% | 0.41% | - |
| XYZ | 9.01 | 8.85 | 3.52 | - |
| YUV | 82.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 43 | 0 | 0.23 | 0.59 | 0.59 | 36.39 | 0.41 | 0.29 |
| Hex | 68 | 50 | 2B | 0 | 17 | 3B | 3B | 24 | 29 | 1D |
| Octal | 150 | 120 | 53 | 0 | 27 | 73 | 73 | 44 | 51 | 35 |
| Binary | 1101000 | 1010000 | 101011 | 0 | 10111 | 111011 | 111011 | 100100 | 101001 | 11101 |
Color Harmonies of #68502B
Complementary color
Monochromatic Colors of #68502B
Black with #68502B
Text Example
Text Example
White with #68502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68502B; }
p { color: rgb(104,80,43); }
H1.HeaderClassName
{
color: #68502B;
}
.AnyTagClassName
{
color: #68502B;
}
</style>
background-color css
<style>
a { background-color: #68502B; }
a { background-color: rgb(104,80,43); }
div.DivClassName
{
background-color: #68502B;
}
.BgClassName
{
background-color: #68502B;
}
</style>
border-color css
<style>
span { border-color: #68502B; }
span { border-color: rgb(104,80,43); }
td.TdClassName
{
border-color: #68502B;
}
.TagClassName
{
border-color: #68502B;
}
</style>