Shades of Horses Neck #68502C
Tints of Horses Neck #68502C
RGB
CMYK
RGB Variations
Color information
#68502C (or 0x68502C) is known color: Horses Neck. HEX triplet: 68, 50 and 2C. RGB value is (104,80,44). Sum of RGB (Red+Green+Blue) = 104+80+44=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68502C is #97AFD3. Grayscale: #535353. Windows color (decimal): -9940948 or 2904168. OLE color: 2904168.
HSL color Cylindrical-coordinate representation of color #68502C: hue angle of 36º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68502C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 44 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.59 |
| HSL | 36º | 0.41% | 0.29% | - |
| HSV(B) | 36º | 0.58% | 0.41% | - |
| XYZ | 9.03 | 8.86 | 3.62 | - |
| YUV | 83.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 44 | 0 | 0.23 | 0.58 | 0.59 | 36 | 0.41 | 0.29 |
| Hex | 68 | 50 | 2C | 0 | 17 | 3A | 3B | 24 | 29 | 1D |
| Octal | 150 | 120 | 54 | 0 | 27 | 72 | 73 | 44 | 51 | 35 |
| Binary | 1101000 | 1010000 | 101100 | 0 | 10111 | 111010 | 111011 | 100100 | 101001 | 11101 |
Color Harmonies of #68502C
Complementary color
Monochromatic Colors of #68502C
Black with #68502C
Text Example
Text Example
White with #68502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68502C; }
p { color: rgb(104,80,44); }
H1.HeaderClassName
{
color: #68502C;
}
.AnyTagClassName
{
color: #68502C;
}
</style>
background-color css
<style>
a { background-color: #68502C; }
a { background-color: rgb(104,80,44); }
div.DivClassName
{
background-color: #68502C;
}
.BgClassName
{
background-color: #68502C;
}
</style>
border-color css
<style>
span { border-color: #68502C; }
span { border-color: rgb(104,80,44); }
td.TdClassName
{
border-color: #68502C;
}
.TagClassName
{
border-color: #68502C;
}
</style>