Shades of Horses Neck #65552C
Tints of Horses Neck #65552C
RGB
CMYK
RGB Variations
Color information
#65552C (or 0x65552C) is known color: Horses Neck. HEX triplet: 65, 55 and 2C. RGB value is (101,85,44). Sum of RGB (Red+Green+Blue) = 101+85+44=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65552C is #9AAAD3. Grayscale: #555555. Windows color (decimal): -10136276 or 2905445. OLE color: 2905445.
HSL color Cylindrical-coordinate representation of color #65552C: hue angle of 43.16º 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 #65552C is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 44 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.60 |
| HSL | 43.16º | 0.39% | 0.28% | - |
| HSV(B) | 43.16º | 0.56% | 0.4% | - |
| XYZ | 9.07 | 9.45 | 3.73 | - |
| YUV | 85.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 44 | 0 | 0.16 | 0.56 | 0.60 | 43.16 | 0.39 | 0.28 |
| Hex | 65 | 55 | 2C | 0 | 10 | 38 | 3C | 2B | 27 | 1C |
| Octal | 145 | 125 | 54 | 0 | 20 | 70 | 74 | 53 | 47 | 34 |
| Binary | 1100101 | 1010101 | 101100 | 0 | 10000 | 111000 | 111100 | 101011 | 100111 | 11100 |
Color Harmonies of #65552C
Complementary color
Monochromatic Colors of #65552C
Black with #65552C
Text Example
Text Example
White with #65552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65552C; }
p { color: rgb(101,85,44); }
H1.HeaderClassName
{
color: #65552C;
}
.AnyTagClassName
{
color: #65552C;
}
</style>
background-color css
<style>
a { background-color: #65552C; }
a { background-color: rgb(101,85,44); }
div.DivClassName
{
background-color: #65552C;
}
.BgClassName
{
background-color: #65552C;
}
</style>
border-color css
<style>
span { border-color: #65552C; }
span { border-color: rgb(101,85,44); }
td.TdClassName
{
border-color: #65552C;
}
.TagClassName
{
border-color: #65552C;
}
</style>