Shades of Horses Neck #65532C
Tints of Horses Neck #65532C
RGB
CMYK
RGB Variations
Color information
#65532C (or 0x65532C) is known color: Horses Neck. HEX triplet: 65, 53 and 2C. RGB value is (101,83,44). Sum of RGB (Red+Green+Blue) = 101+83+44=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65532C is #9AACD3. Grayscale: #545454. Windows color (decimal): -10136788 or 2904933. OLE color: 2904933.
HSL color Cylindrical-coordinate representation of color #65532C: hue angle of 41.05º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65532C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 44 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.60 |
| HSL | 41.05º | 0.39% | 0.28% | - |
| HSV(B) | 41.05º | 0.56% | 0.4% | - |
| XYZ | 8.91 | 9.14 | 3.68 | - |
| YUV | 83.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 44 | 0 | 0.18 | 0.56 | 0.60 | 41.05 | 0.39 | 0.28 |
| Hex | 65 | 53 | 2C | 0 | 12 | 38 | 3C | 29 | 27 | 1C |
| Octal | 145 | 123 | 54 | 0 | 22 | 70 | 74 | 51 | 47 | 34 |
| Binary | 1100101 | 1010011 | 101100 | 0 | 10010 | 111000 | 111100 | 101001 | 100111 | 11100 |
Color Harmonies of #65532C
Complementary color
Monochromatic Colors of #65532C
Black with #65532C
Text Example
Text Example
White with #65532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65532C; }
p { color: rgb(101,83,44); }
H1.HeaderClassName
{
color: #65532C;
}
.AnyTagClassName
{
color: #65532C;
}
</style>
background-color css
<style>
a { background-color: #65532C; }
a { background-color: rgb(101,83,44); }
div.DivClassName
{
background-color: #65532C;
}
.BgClassName
{
background-color: #65532C;
}
</style>
border-color css
<style>
span { border-color: #65532C; }
span { border-color: rgb(101,83,44); }
td.TdClassName
{
border-color: #65532C;
}
.TagClassName
{
border-color: #65532C;
}
</style>