Shades of Horses Neck #654F29
Tints of Horses Neck #654F29
RGB
CMYK
RGB Variations
Color information
#654F29 (or 0x654F29) is known color: Horses Neck. HEX triplet: 65, 4F and 29. RGB value is (101,79,41). Sum of RGB (Red+Green+Blue) = 101+79+41=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F29 is #9AB0D6. Grayscale: #515151. Windows color (decimal): -10137815 or 2707301. OLE color: 2707301.
HSL color Cylindrical-coordinate representation of color #654F29: hue angle of 38º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654F29 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 41 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.60 |
| HSL | 38º | 0.42% | 0.28% | - |
| HSV(B) | 38º | 0.59% | 0.4% | - |
| XYZ | 8.56 | 8.52 | 3.29 | - |
| YUV | 81.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 41 | 0 | 0.22 | 0.59 | 0.60 | 38 | 0.42 | 0.28 |
| Hex | 65 | 4F | 29 | 0 | 16 | 3B | 3C | 26 | 2A | 1C |
| Octal | 145 | 117 | 51 | 0 | 26 | 73 | 74 | 46 | 52 | 34 |
| Binary | 1100101 | 1001111 | 101001 | 0 | 10110 | 111011 | 111100 | 100110 | 101010 | 11100 |
Color Harmonies of #654F29
Complementary color
Monochromatic Colors of #654F29
Black with #654F29
Text Example
Text Example
White with #654F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F29; }
p { color: rgb(101,79,41); }
H1.HeaderClassName
{
color: #654F29;
}
.AnyTagClassName
{
color: #654F29;
}
</style>
background-color css
<style>
a { background-color: #654F29; }
a { background-color: rgb(101,79,41); }
div.DivClassName
{
background-color: #654F29;
}
.BgClassName
{
background-color: #654F29;
}
</style>
border-color css
<style>
span { border-color: #654F29; }
span { border-color: rgb(101,79,41); }
td.TdClassName
{
border-color: #654F29;
}
.TagClassName
{
border-color: #654F29;
}
</style>