Shades of Horses Neck #695A2D
Tints of Horses Neck #695A2D
RGB
CMYK
RGB Variations
Color information
#695A2D (or 0x695A2D) is known color: Horses Neck. HEX triplet: 69, 5A and 2D. RGB value is (105,90,45). Sum of RGB (Red+Green+Blue) = 105+90+45=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #695A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A2D is #96A5D2. Grayscale: #595959. Windows color (decimal): -9872851 or 2972265. OLE color: 2972265.
HSL color Cylindrical-coordinate representation of color #695A2D: hue angle of 45º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695A2D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 45 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.59 |
| HSL | 45º | 0.4% | 0.29% | - |
| HSV(B) | 45º | 0.57% | 0.41% | - |
| XYZ | 9.96 | 10.51 | 3.99 | - |
| YUV | 89.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 45 | 0 | 0.14 | 0.57 | 0.59 | 45 | 0.4 | 0.29 |
| Hex | 69 | 5A | 2D | 0 | E | 39 | 3B | 2D | 28 | 1D |
| Octal | 151 | 132 | 55 | 0 | 16 | 71 | 73 | 55 | 50 | 35 |
| Binary | 1101001 | 1011010 | 101101 | 0 | 1110 | 111001 | 111011 | 101101 | 101000 | 11101 |
Color Harmonies of #695A2D
Complementary color
Monochromatic Colors of #695A2D
Black with #695A2D
Text Example
Text Example
White with #695A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A2D; }
p { color: rgb(105,90,45); }
H1.HeaderClassName
{
color: #695A2D;
}
.AnyTagClassName
{
color: #695A2D;
}
</style>
background-color css
<style>
a { background-color: #695A2D; }
a { background-color: rgb(105,90,45); }
div.DivClassName
{
background-color: #695A2D;
}
.BgClassName
{
background-color: #695A2D;
}
</style>
border-color css
<style>
span { border-color: #695A2D; }
span { border-color: rgb(105,90,45); }
td.TdClassName
{
border-color: #695A2D;
}
.TagClassName
{
border-color: #695A2D;
}
</style>