Shades of Horses Neck #65522E
Tints of Horses Neck #65522E
RGB
CMYK
RGB Variations
Color information
#65522E (or 0x65522E) is known color: Horses Neck. HEX triplet: 65, 52 and 2E. RGB value is (101,82,46). Sum of RGB (Red+Green+Blue) = 101+82+46=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65522E is #9AADD1. Grayscale: #535353. Windows color (decimal): -10137042 or 3035749. OLE color: 3035749.
HSL color Cylindrical-coordinate representation of color #65522E: hue angle of 39.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65522E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 46 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.60 |
| HSL | 39.27º | 0.37% | 0.29% | - |
| HSV(B) | 39.27º | 0.54% | 0.4% | - |
| XYZ | 8.88 | 9 | 3.85 | - |
| YUV | 83.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 46 | 0 | 0.19 | 0.54 | 0.60 | 39.27 | 0.37 | 0.29 |
| Hex | 65 | 52 | 2E | 0 | 13 | 36 | 3C | 27 | 25 | 1D |
| Octal | 145 | 122 | 56 | 0 | 23 | 66 | 74 | 47 | 45 | 35 |
| Binary | 1100101 | 1010010 | 101110 | 0 | 10011 | 110110 | 111100 | 100111 | 100101 | 11101 |
Color Harmonies of #65522E
Complementary color
Monochromatic Colors of #65522E
Black with #65522E
Text Example
Text Example
White with #65522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65522E; }
p { color: rgb(101,82,46); }
H1.HeaderClassName
{
color: #65522E;
}
.AnyTagClassName
{
color: #65522E;
}
</style>
background-color css
<style>
a { background-color: #65522E; }
a { background-color: rgb(101,82,46); }
div.DivClassName
{
background-color: #65522E;
}
.BgClassName
{
background-color: #65522E;
}
</style>
border-color css
<style>
span { border-color: #65522E; }
span { border-color: rgb(101,82,46); }
td.TdClassName
{
border-color: #65522E;
}
.TagClassName
{
border-color: #65522E;
}
</style>