Shades of Horses Neck #68542F
Tints of Horses Neck #68542F
RGB
CMYK
RGB Variations
Color information
#68542F (or 0x68542F) is known color: Horses Neck. HEX triplet: 68, 54 and 2F. RGB value is (104,84,47). Sum of RGB (Red+Green+Blue) = 104+84+47=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68542F is #97ABD0. Grayscale: #555555. Windows color (decimal): -9939921 or 3101800. OLE color: 3101800.
HSL color Cylindrical-coordinate representation of color #68542F: hue angle of 38.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68542F is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 47 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.59 |
| HSL | 38.95º | 0.38% | 0.3% | - |
| HSV(B) | 38.95º | 0.55% | 0.41% | - |
| XYZ | 9.39 | 9.49 | 4.03 | - |
| YUV | 85.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 47 | 0 | 0.19 | 0.55 | 0.59 | 38.95 | 0.38 | 0.3 |
| Hex | 68 | 54 | 2F | 0 | 13 | 37 | 3B | 27 | 26 | 1E |
| Octal | 150 | 124 | 57 | 0 | 23 | 67 | 73 | 47 | 46 | 36 |
| Binary | 1101000 | 1010100 | 101111 | 0 | 10011 | 110111 | 111011 | 100111 | 100110 | 11110 |
Color Harmonies of #68542F
Complementary color
Monochromatic Colors of #68542F
Black with #68542F
Text Example
Text Example
White with #68542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68542F; }
p { color: rgb(104,84,47); }
H1.HeaderClassName
{
color: #68542F;
}
.AnyTagClassName
{
color: #68542F;
}
</style>
background-color css
<style>
a { background-color: #68542F; }
a { background-color: rgb(104,84,47); }
div.DivClassName
{
background-color: #68542F;
}
.BgClassName
{
background-color: #68542F;
}
</style>
border-color css
<style>
span { border-color: #68542F; }
span { border-color: rgb(104,84,47); }
td.TdClassName
{
border-color: #68542F;
}
.TagClassName
{
border-color: #68542F;
}
</style>