Shades of Horses Neck #654F2B
Tints of Horses Neck #654F2B
RGB
CMYK
RGB Variations
Color information
#654F2B (or 0x654F2B) is known color: Horses Neck. HEX triplet: 65, 4F and 2B. RGB value is (101,79,43). Sum of RGB (Red+Green+Blue) = 101+79+43=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #654F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F2B is #9AB0D4. Grayscale: #515151. Windows color (decimal): -10137813 or 2838373. OLE color: 2838373.
HSL color Cylindrical-coordinate representation of color #654F2B: hue angle of 37.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654F2B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 43 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.60 |
| HSL | 37.24º | 0.4% | 0.28% | - |
| HSV(B) | 37.24º | 0.57% | 0.4% | - |
| XYZ | 8.6 | 8.53 | 3.48 | - |
| YUV | 81.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 43 | 0 | 0.22 | 0.57 | 0.60 | 37.24 | 0.4 | 0.28 |
| Hex | 65 | 4F | 2B | 0 | 16 | 39 | 3C | 25 | 28 | 1C |
| Octal | 145 | 117 | 53 | 0 | 26 | 71 | 74 | 45 | 50 | 34 |
| Binary | 1100101 | 1001111 | 101011 | 0 | 10110 | 111001 | 111100 | 100101 | 101000 | 11100 |
Color Harmonies of #654F2B
Complementary color
Monochromatic Colors of #654F2B
Black with #654F2B
Text Example
Text Example
White with #654F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F2B; }
p { color: rgb(101,79,43); }
H1.HeaderClassName
{
color: #654F2B;
}
.AnyTagClassName
{
color: #654F2B;
}
</style>
background-color css
<style>
a { background-color: #654F2B; }
a { background-color: rgb(101,79,43); }
div.DivClassName
{
background-color: #654F2B;
}
.BgClassName
{
background-color: #654F2B;
}
</style>
border-color css
<style>
span { border-color: #654F2B; }
span { border-color: rgb(101,79,43); }
td.TdClassName
{
border-color: #654F2B;
}
.TagClassName
{
border-color: #654F2B;
}
</style>