Shades of Horses Neck #64502D
Tints of Horses Neck #64502D
RGB
CMYK
RGB Variations
Color information
#64502D (or 0x64502D) is known color: Horses Neck. HEX triplet: 64, 50 and 2D. RGB value is (100,80,45). Sum of RGB (Red+Green+Blue) = 100+80+45=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64502D is #9BAFD2. Grayscale: #525252. Windows color (decimal): -10203091 or 2969700. OLE color: 2969700.
HSL color Cylindrical-coordinate representation of color #64502D: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64502D is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 45 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.61 |
| HSL | 38.18º | 0.38% | 0.28% | - |
| HSV(B) | 38.18º | 0.55% | 0.39% | - |
| XYZ | 8.6 | 8.64 | 3.7 | - |
| YUV | 81.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 45 | 0 | 0.2 | 0.55 | 0.61 | 38.18 | 0.38 | 0.28 |
| Hex | 64 | 50 | 2D | 0 | 14 | 37 | 3D | 26 | 26 | 1C |
| Octal | 144 | 120 | 55 | 0 | 24 | 67 | 75 | 46 | 46 | 34 |
| Binary | 1100100 | 1010000 | 101101 | 0 | 10100 | 110111 | 111101 | 100110 | 100110 | 11100 |
Color Harmonies of #64502D
Complementary color
Monochromatic Colors of #64502D
Black with #64502D
Text Example
Text Example
White with #64502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64502D; }
p { color: rgb(100,80,45); }
H1.HeaderClassName
{
color: #64502D;
}
.AnyTagClassName
{
color: #64502D;
}
</style>
background-color css
<style>
a { background-color: #64502D; }
a { background-color: rgb(100,80,45); }
div.DivClassName
{
background-color: #64502D;
}
.BgClassName
{
background-color: #64502D;
}
</style>
border-color css
<style>
span { border-color: #64502D; }
span { border-color: rgb(100,80,45); }
td.TdClassName
{
border-color: #64502D;
}
.TagClassName
{
border-color: #64502D;
}
</style>