Shades of Horses Neck #69582C
Tints of Horses Neck #69582C
RGB
CMYK
RGB Variations
Color information
#69582C (or 0x69582C) is known color: Horses Neck. HEX triplet: 69, 58 and 2C. RGB value is (105,88,44). Sum of RGB (Red+Green+Blue) = 105+88+44=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69582C is #96A7D3. Grayscale: #585858. Windows color (decimal): -9873364 or 2906217. OLE color: 2906217.
HSL color Cylindrical-coordinate representation of color #69582C: hue angle of 43.28º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69582C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 44 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.59 |
| HSL | 43.28º | 0.41% | 0.29% | - |
| HSV(B) | 43.28º | 0.58% | 0.41% | - |
| XYZ | 9.77 | 10.16 | 3.83 | - |
| YUV | 88.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 44 | 0 | 0.16 | 0.58 | 0.59 | 43.28 | 0.41 | 0.29 |
| Hex | 69 | 58 | 2C | 0 | 10 | 3A | 3B | 2B | 29 | 1D |
| Octal | 151 | 130 | 54 | 0 | 20 | 72 | 73 | 53 | 51 | 35 |
| Binary | 1101001 | 1011000 | 101100 | 0 | 10000 | 111010 | 111011 | 101011 | 101001 | 11101 |
Color Harmonies of #69582C
Complementary color
Monochromatic Colors of #69582C
Black with #69582C
Text Example
Text Example
White with #69582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69582C; }
p { color: rgb(105,88,44); }
H1.HeaderClassName
{
color: #69582C;
}
.AnyTagClassName
{
color: #69582C;
}
</style>
background-color css
<style>
a { background-color: #69582C; }
a { background-color: rgb(105,88,44); }
div.DivClassName
{
background-color: #69582C;
}
.BgClassName
{
background-color: #69582C;
}
</style>
border-color css
<style>
span { border-color: #69582C; }
span { border-color: rgb(105,88,44); }
td.TdClassName
{
border-color: #69582C;
}
.TagClassName
{
border-color: #69582C;
}
</style>