Shades of Horses Neck #68522B
Tints of Horses Neck #68522B
RGB
CMYK
RGB Variations
Color information
#68522B (or 0x68522B) is known color: Horses Neck. HEX triplet: 68, 52 and 2B. RGB value is (104,82,43). Sum of RGB (Red+Green+Blue) = 104+82+43=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68522B is #97ADD4. Grayscale: #545454. Windows color (decimal): -9940437 or 2839144. OLE color: 2839144.
HSL color Cylindrical-coordinate representation of color #68522B: hue angle of 38.36º 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 #68522B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 43 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.59 |
| HSL | 38.36º | 0.41% | 0.29% | - |
| HSV(B) | 38.36º | 0.59% | 0.41% | - |
| XYZ | 9.16 | 9.15 | 3.57 | - |
| YUV | 84.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 43 | 0 | 0.21 | 0.59 | 0.59 | 38.36 | 0.41 | 0.29 |
| Hex | 68 | 52 | 2B | 0 | 15 | 3B | 3B | 26 | 29 | 1D |
| Octal | 150 | 122 | 53 | 0 | 25 | 73 | 73 | 46 | 51 | 35 |
| Binary | 1101000 | 1010010 | 101011 | 0 | 10101 | 111011 | 111011 | 100110 | 101001 | 11101 |
Color Harmonies of #68522B
Complementary color
Monochromatic Colors of #68522B
Black with #68522B
Text Example
Text Example
White with #68522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68522B; }
p { color: rgb(104,82,43); }
H1.HeaderClassName
{
color: #68522B;
}
.AnyTagClassName
{
color: #68522B;
}
</style>
background-color css
<style>
a { background-color: #68522B; }
a { background-color: rgb(104,82,43); }
div.DivClassName
{
background-color: #68522B;
}
.BgClassName
{
background-color: #68522B;
}
</style>
border-color css
<style>
span { border-color: #68522B; }
span { border-color: rgb(104,82,43); }
td.TdClassName
{
border-color: #68522B;
}
.TagClassName
{
border-color: #68522B;
}
</style>