Shades of Horses Neck #675A37
Tints of Horses Neck #675A37
RGB
CMYK
RGB Variations
Color information
#675A37 (or 0x675A37) is known color: Horses Neck. HEX triplet: 67, 5A and 37. RGB value is (103,90,55). Sum of RGB (Red+Green+Blue) = 103+90+55=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #675A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A37 is #98A5C8. Grayscale: #5A5A5A. Windows color (decimal): -10003913 or 3627623. OLE color: 3627623.
HSL color Cylindrical-coordinate representation of color #675A37: hue angle of 43.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675A37 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 55 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.60 |
| HSL | 43.75º | 0.3% | 0.31% | - |
| HSV(B) | 43.75º | 0.47% | 0.4% | - |
| XYZ | 9.94 | 10.47 | 5.11 | - |
| YUV | 89.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 55 | 0 | 0.13 | 0.47 | 0.60 | 43.75 | 0.3 | 0.31 |
| Hex | 67 | 5A | 37 | 0 | D | 2F | 3C | 2C | 1E | 1F |
| Octal | 147 | 132 | 67 | 0 | 15 | 57 | 74 | 54 | 36 | 37 |
| Binary | 1100111 | 1011010 | 110111 | 0 | 1101 | 101111 | 111100 | 101100 | 11110 | 11111 |
Color Harmonies of #675A37
Complementary color
Monochromatic Colors of #675A37
Black with #675A37
Text Example
Text Example
White with #675A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A37; }
p { color: rgb(103,90,55); }
H1.HeaderClassName
{
color: #675A37;
}
.AnyTagClassName
{
color: #675A37;
}
</style>
background-color css
<style>
a { background-color: #675A37; }
a { background-color: rgb(103,90,55); }
div.DivClassName
{
background-color: #675A37;
}
.BgClassName
{
background-color: #675A37;
}
</style>
border-color css
<style>
span { border-color: #675A37; }
span { border-color: rgb(103,90,55); }
td.TdClassName
{
border-color: #675A37;
}
.TagClassName
{
border-color: #675A37;
}
</style>