Shades of Horses Neck #675A2E
Tints of Horses Neck #675A2E
RGB
CMYK
RGB Variations
Color information
#675A2E (or 0x675A2E) is known color: Horses Neck. HEX triplet: 67, 5A and 2E. RGB value is (103,90,46). Sum of RGB (Red+Green+Blue) = 103+90+46=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #675A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A2E is #98A5D1. Grayscale: #595959. Windows color (decimal): -10003922 or 3037799. OLE color: 3037799.
HSL color Cylindrical-coordinate representation of color #675A2E: hue angle of 46.32º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675A2E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 46 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.60 |
| HSL | 46.32º | 0.38% | 0.29% | - |
| HSV(B) | 46.32º | 0.55% | 0.4% | - |
| XYZ | 9.74 | 10.39 | 4.08 | - |
| YUV | 88.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 46 | 0 | 0.13 | 0.55 | 0.60 | 46.32 | 0.38 | 0.29 |
| Hex | 67 | 5A | 2E | 0 | D | 37 | 3C | 2E | 26 | 1D |
| Octal | 147 | 132 | 56 | 0 | 15 | 67 | 74 | 56 | 46 | 35 |
| Binary | 1100111 | 1011010 | 101110 | 0 | 1101 | 110111 | 111100 | 101110 | 100110 | 11101 |
Color Harmonies of #675A2E
Complementary color
Monochromatic Colors of #675A2E
Black with #675A2E
Text Example
Text Example
White with #675A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A2E; }
p { color: rgb(103,90,46); }
H1.HeaderClassName
{
color: #675A2E;
}
.AnyTagClassName
{
color: #675A2E;
}
</style>
background-color css
<style>
a { background-color: #675A2E; }
a { background-color: rgb(103,90,46); }
div.DivClassName
{
background-color: #675A2E;
}
.BgClassName
{
background-color: #675A2E;
}
</style>
border-color css
<style>
span { border-color: #675A2E; }
span { border-color: rgb(103,90,46); }
td.TdClassName
{
border-color: #675A2E;
}
.TagClassName
{
border-color: #675A2E;
}
</style>