Shades of Horses Neck #65552D
Tints of Horses Neck #65552D
RGB
CMYK
RGB Variations
Color information
#65552D (or 0x65552D) is known color: Horses Neck. HEX triplet: 65, 55 and 2D. RGB value is (101,85,45). Sum of RGB (Red+Green+Blue) = 101+85+45=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65552D is #9AAAD2. Grayscale: #555555. Windows color (decimal): -10136275 or 2970981. OLE color: 2970981.
HSL color Cylindrical-coordinate representation of color #65552D: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65552D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 45 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.60 |
| HSL | 42.86º | 0.38% | 0.29% | - |
| HSV(B) | 42.86º | 0.55% | 0.4% | - |
| XYZ | 9.09 | 9.45 | 3.83 | - |
| YUV | 85.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 45 | 0 | 0.16 | 0.55 | 0.60 | 42.86 | 0.38 | 0.29 |
| Hex | 65 | 55 | 2D | 0 | 10 | 37 | 3C | 2B | 26 | 1D |
| Octal | 145 | 125 | 55 | 0 | 20 | 67 | 74 | 53 | 46 | 35 |
| Binary | 1100101 | 1010101 | 101101 | 0 | 10000 | 110111 | 111100 | 101011 | 100110 | 11101 |
Color Harmonies of #65552D
Complementary color
Monochromatic Colors of #65552D
Black with #65552D
Text Example
Text Example
White with #65552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65552D; }
p { color: rgb(101,85,45); }
H1.HeaderClassName
{
color: #65552D;
}
.AnyTagClassName
{
color: #65552D;
}
</style>
background-color css
<style>
a { background-color: #65552D; }
a { background-color: rgb(101,85,45); }
div.DivClassName
{
background-color: #65552D;
}
.BgClassName
{
background-color: #65552D;
}
</style>
border-color css
<style>
span { border-color: #65552D; }
span { border-color: rgb(101,85,45); }
td.TdClassName
{
border-color: #65552D;
}
.TagClassName
{
border-color: #65552D;
}
</style>