Shades of Horses Neck #654F21
Tints of Horses Neck #654F21
RGB
CMYK
RGB Variations
Color information
#654F21 (or 0x654F21) is known color: Horses Neck. HEX triplet: 65, 4F and 21. RGB value is (101,79,33). Sum of RGB (Red+Green+Blue) = 101+79+33=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #654F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F21 is #9AB0DE. Grayscale: #505050. Windows color (decimal): -10137823 or 2183013. OLE color: 2183013.
HSL color Cylindrical-coordinate representation of color #654F21: hue angle of 40.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654F21 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 33 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.60 |
| HSL | 40.59º | 0.51% | 0.26% | - |
| HSV(B) | 40.59º | 0.67% | 0.4% | - |
| XYZ | 8.44 | 8.47 | 2.63 | - |
| YUV | 80.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 33 | 0 | 0.22 | 0.67 | 0.60 | 40.59 | 0.51 | 0.26 |
| Hex | 65 | 4F | 21 | 0 | 16 | 43 | 3C | 29 | 33 | 1A |
| Octal | 145 | 117 | 41 | 0 | 26 | 103 | 74 | 51 | 63 | 32 |
| Binary | 1100101 | 1001111 | 100001 | 0 | 10110 | 1000011 | 111100 | 101001 | 110011 | 11010 |
Color Harmonies of #654F21
Complementary color
Monochromatic Colors of #654F21
Black with #654F21
Text Example
Text Example
White with #654F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F21; }
p { color: rgb(101,79,33); }
H1.HeaderClassName
{
color: #654F21;
}
.AnyTagClassName
{
color: #654F21;
}
</style>
background-color css
<style>
a { background-color: #654F21; }
a { background-color: rgb(101,79,33); }
div.DivClassName
{
background-color: #654F21;
}
.BgClassName
{
background-color: #654F21;
}
</style>
border-color css
<style>
span { border-color: #654F21; }
span { border-color: rgb(101,79,33); }
td.TdClassName
{
border-color: #654F21;
}
.TagClassName
{
border-color: #654F21;
}
</style>