Shades of Horses Neck #695A2E
Tints of Horses Neck #695A2E
RGB
CMYK
RGB Variations
Color information
#695A2E (or 0x695A2E) is known color: Horses Neck. HEX triplet: 69, 5A and 2E. RGB value is (105,90,46). Sum of RGB (Red+Green+Blue) = 105+90+46=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #695A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A2E is #96A5D1. Grayscale: #595959. Windows color (decimal): -9872850 or 3037801. OLE color: 3037801.
HSL color Cylindrical-coordinate representation of color #695A2E: hue angle of 44.75º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #695A2E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 46 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.59 |
| HSL | 44.75º | 0.39% | 0.3% | - |
| HSV(B) | 44.75º | 0.56% | 0.41% | - |
| XYZ | 9.98 | 10.51 | 4.09 | - |
| YUV | 89.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 46 | 0 | 0.14 | 0.56 | 0.59 | 44.75 | 0.39 | 0.3 |
| Hex | 69 | 5A | 2E | 0 | E | 38 | 3B | 2D | 27 | 1E |
| Octal | 151 | 132 | 56 | 0 | 16 | 70 | 73 | 55 | 47 | 36 |
| Binary | 1101001 | 1011010 | 101110 | 0 | 1110 | 111000 | 111011 | 101101 | 100111 | 11110 |
Color Harmonies of #695A2E
Complementary color
Monochromatic Colors of #695A2E
Black with #695A2E
Text Example
Text Example
White with #695A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A2E; }
p { color: rgb(105,90,46); }
H1.HeaderClassName
{
color: #695A2E;
}
.AnyTagClassName
{
color: #695A2E;
}
</style>
background-color css
<style>
a { background-color: #695A2E; }
a { background-color: rgb(105,90,46); }
div.DivClassName
{
background-color: #695A2E;
}
.BgClassName
{
background-color: #695A2E;
}
</style>
border-color css
<style>
span { border-color: #695A2E; }
span { border-color: rgb(105,90,46); }
td.TdClassName
{
border-color: #695A2E;
}
.TagClassName
{
border-color: #695A2E;
}
</style>