Shades of Horses Neck #674E22
Tints of Horses Neck #674E22
RGB
CMYK
RGB Variations
Color information
#674E22 (or 0x674E22) is known color: Horses Neck. HEX triplet: 67, 4E and 22. RGB value is (103,78,34). Sum of RGB (Red+Green+Blue) = 103+78+34=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #674E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E22 is #98B1DD. Grayscale: #505050. Windows color (decimal): -10007006 or 2248295. OLE color: 2248295.
HSL color Cylindrical-coordinate representation of color #674E22: hue angle of 38.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674E22 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 34 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.60 |
| HSL | 38.26º | 0.5% | 0.27% | - |
| HSV(B) | 38.26º | 0.67% | 0.4% | - |
| XYZ | 8.61 | 8.45 | 2.69 | - |
| YUV | 80.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 34 | 0 | 0.24 | 0.67 | 0.60 | 38.26 | 0.5 | 0.27 |
| Hex | 67 | 4E | 22 | 0 | 18 | 43 | 3C | 26 | 32 | 1B |
| Octal | 147 | 116 | 42 | 0 | 30 | 103 | 74 | 46 | 62 | 33 |
| Binary | 1100111 | 1001110 | 100010 | 0 | 11000 | 1000011 | 111100 | 100110 | 110010 | 11011 |
Color Harmonies of #674E22
Complementary color
Monochromatic Colors of #674E22
Black with #674E22
Text Example
Text Example
White with #674E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E22; }
p { color: rgb(103,78,34); }
H1.HeaderClassName
{
color: #674E22;
}
.AnyTagClassName
{
color: #674E22;
}
</style>
background-color css
<style>
a { background-color: #674E22; }
a { background-color: rgb(103,78,34); }
div.DivClassName
{
background-color: #674E22;
}
.BgClassName
{
background-color: #674E22;
}
</style>
border-color css
<style>
span { border-color: #674E22; }
span { border-color: rgb(103,78,34); }
td.TdClassName
{
border-color: #674E22;
}
.TagClassName
{
border-color: #674E22;
}
</style>