Shades of Horses Neck #64502C
Tints of Horses Neck #64502C
RGB
CMYK
RGB Variations
Color information
#64502C (or 0x64502C) is known color: Horses Neck. HEX triplet: 64, 50 and 2C. RGB value is (100,80,44). Sum of RGB (Red+Green+Blue) = 100+80+44=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #64502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64502C is #9BAFD3. Grayscale: #525252. Windows color (decimal): -10203092 or 2904164. OLE color: 2904164.
HSL color Cylindrical-coordinate representation of color #64502C: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64502C is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 44 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.61 |
| HSL | 38.57º | 0.39% | 0.28% | - |
| HSV(B) | 38.57º | 0.56% | 0.39% | - |
| XYZ | 8.58 | 8.63 | 3.6 | - |
| YUV | 81.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 44 | 0 | 0.2 | 0.56 | 0.61 | 38.57 | 0.39 | 0.28 |
| Hex | 64 | 50 | 2C | 0 | 14 | 38 | 3D | 27 | 27 | 1C |
| Octal | 144 | 120 | 54 | 0 | 24 | 70 | 75 | 47 | 47 | 34 |
| Binary | 1100100 | 1010000 | 101100 | 0 | 10100 | 111000 | 111101 | 100111 | 100111 | 11100 |
Color Harmonies of #64502C
Complementary color
Monochromatic Colors of #64502C
Black with #64502C
Text Example
Text Example
White with #64502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64502C; }
p { color: rgb(100,80,44); }
H1.HeaderClassName
{
color: #64502C;
}
.AnyTagClassName
{
color: #64502C;
}
</style>
background-color css
<style>
a { background-color: #64502C; }
a { background-color: rgb(100,80,44); }
div.DivClassName
{
background-color: #64502C;
}
.BgClassName
{
background-color: #64502C;
}
</style>
border-color css
<style>
span { border-color: #64502C; }
span { border-color: rgb(100,80,44); }
td.TdClassName
{
border-color: #64502C;
}
.TagClassName
{
border-color: #64502C;
}
</style>