Shades of Horses Neck #68552D
Tints of Horses Neck #68552D
RGB
CMYK
RGB Variations
Color information
#68552D (or 0x68552D) is known color: Horses Neck. HEX triplet: 68, 55 and 2D. RGB value is (104,85,45). Sum of RGB (Red+Green+Blue) = 104+85+45=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68552D is #97AAD2. Grayscale: #565656. Windows color (decimal): -9939667 or 2970984. OLE color: 2970984.
HSL color Cylindrical-coordinate representation of color #68552D: hue angle of 40.68º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68552D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 45 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.59 |
| HSL | 40.68º | 0.4% | 0.29% | - |
| HSV(B) | 40.68º | 0.57% | 0.41% | - |
| XYZ | 9.43 | 9.63 | 3.84 | - |
| YUV | 86.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 45 | 0 | 0.18 | 0.57 | 0.59 | 40.68 | 0.4 | 0.29 |
| Hex | 68 | 55 | 2D | 0 | 12 | 39 | 3B | 29 | 28 | 1D |
| Octal | 150 | 125 | 55 | 0 | 22 | 71 | 73 | 51 | 50 | 35 |
| Binary | 1101000 | 1010101 | 101101 | 0 | 10010 | 111001 | 111011 | 101001 | 101000 | 11101 |
Color Harmonies of #68552D
Complementary color
Monochromatic Colors of #68552D
Black with #68552D
Text Example
Text Example
White with #68552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68552D; }
p { color: rgb(104,85,45); }
H1.HeaderClassName
{
color: #68552D;
}
.AnyTagClassName
{
color: #68552D;
}
</style>
background-color css
<style>
a { background-color: #68552D; }
a { background-color: rgb(104,85,45); }
div.DivClassName
{
background-color: #68552D;
}
.BgClassName
{
background-color: #68552D;
}
</style>
border-color css
<style>
span { border-color: #68552D; }
span { border-color: rgb(104,85,45); }
td.TdClassName
{
border-color: #68552D;
}
.TagClassName
{
border-color: #68552D;
}
</style>