Shades of Horses Neck #69512A
Tints of Horses Neck #69512A
RGB
CMYK
RGB Variations
Color information
#69512A (or 0x69512A) is known color: Horses Neck. HEX triplet: 69, 51 and 2A. RGB value is (105,81,42). Sum of RGB (Red+Green+Blue) = 105+81+42=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #69512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69512A is #96AED5. Grayscale: #535353. Windows color (decimal): -9875158 or 2773353. OLE color: 2773353.
HSL color Cylindrical-coordinate representation of color #69512A: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69512A is Cyan = 0, Magento = 0.23, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 42 | - |
| CMYK | 0 | 0.23 | 0.6 | 0.59 |
| HSL | 37.14º | 0.43% | 0.29% | - |
| HSV(B) | 37.14º | 0.6% | 0.41% | - |
| XYZ | 9.19 | 9.06 | 3.45 | - |
| YUV | 83.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 42 | 0 | 0.23 | 0.6 | 0.59 | 37.14 | 0.43 | 0.29 |
| Hex | 69 | 51 | 2A | 0 | 17 | 3C | 3B | 25 | 2B | 1D |
| Octal | 151 | 121 | 52 | 0 | 27 | 74 | 73 | 45 | 53 | 35 |
| Binary | 1101001 | 1010001 | 101010 | 0 | 10111 | 111100 | 111011 | 100101 | 101011 | 11101 |
Color Harmonies of #69512A
Complementary color
Monochromatic Colors of #69512A
Black with #69512A
Text Example
Text Example
White with #69512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69512A; }
p { color: rgb(105,81,42); }
H1.HeaderClassName
{
color: #69512A;
}
.AnyTagClassName
{
color: #69512A;
}
</style>
background-color css
<style>
a { background-color: #69512A; }
a { background-color: rgb(105,81,42); }
div.DivClassName
{
background-color: #69512A;
}
.BgClassName
{
background-color: #69512A;
}
</style>
border-color css
<style>
span { border-color: #69512A; }
span { border-color: rgb(105,81,42); }
td.TdClassName
{
border-color: #69512A;
}
.TagClassName
{
border-color: #69512A;
}
</style>