Shades of Horses Neck #654F28
Tints of Horses Neck #654F28
RGB
CMYK
RGB Variations
Color information
#654F28 (or 0x654F28) is known color: Horses Neck. HEX triplet: 65, 4F and 28. RGB value is (101,79,40). Sum of RGB (Red+Green+Blue) = 101+79+40=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F28 is #9AB0D7. Grayscale: #515151. Windows color (decimal): -10137816 or 2641765. OLE color: 2641765.
HSL color Cylindrical-coordinate representation of color #654F28: hue angle of 38.36º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654F28 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 40 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.60 |
| HSL | 38.36º | 0.43% | 0.28% | - |
| HSV(B) | 38.36º | 0.6% | 0.4% | - |
| XYZ | 8.55 | 8.51 | 3.2 | - |
| YUV | 81.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 40 | 0 | 0.22 | 0.60 | 0.60 | 38.36 | 0.43 | 0.28 |
| Hex | 65 | 4F | 28 | 0 | 16 | 3C | 3C | 26 | 2B | 1C |
| Octal | 145 | 117 | 50 | 0 | 26 | 74 | 74 | 46 | 53 | 34 |
| Binary | 1100101 | 1001111 | 101000 | 0 | 10110 | 111100 | 111100 | 100110 | 101011 | 11100 |
Color Harmonies of #654F28
Complementary color
Monochromatic Colors of #654F28
Black with #654F28
Text Example
Text Example
White with #654F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F28; }
p { color: rgb(101,79,40); }
H1.HeaderClassName
{
color: #654F28;
}
.AnyTagClassName
{
color: #654F28;
}
</style>
background-color css
<style>
a { background-color: #654F28; }
a { background-color: rgb(101,79,40); }
div.DivClassName
{
background-color: #654F28;
}
.BgClassName
{
background-color: #654F28;
}
</style>
border-color css
<style>
span { border-color: #654F28; }
span { border-color: rgb(101,79,40); }
td.TdClassName
{
border-color: #654F28;
}
.TagClassName
{
border-color: #654F28;
}
</style>