Shades of Horses Neck #675A31
Tints of Horses Neck #675A31
RGB
CMYK
RGB Variations
Color information
#675A31 (or 0x675A31) is known color: Horses Neck. HEX triplet: 67, 5A and 31. RGB value is (103,90,49). Sum of RGB (Red+Green+Blue) = 103+90+49=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #675A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A31 is #98A5CE. Grayscale: #595959. Windows color (decimal): -10003919 or 3234407. OLE color: 3234407.
HSL color Cylindrical-coordinate representation of color #675A31: hue angle of 45.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675A31 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 49 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.60 |
| HSL | 45.56º | 0.36% | 0.3% | - |
| HSV(B) | 45.56º | 0.52% | 0.4% | - |
| XYZ | 9.8 | 10.42 | 4.4 | - |
| YUV | 89.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 49 | 0 | 0.13 | 0.52 | 0.60 | 45.56 | 0.36 | 0.3 |
| Hex | 67 | 5A | 31 | 0 | D | 34 | 3C | 2E | 24 | 1E |
| Octal | 147 | 132 | 61 | 0 | 15 | 64 | 74 | 56 | 44 | 36 |
| Binary | 1100111 | 1011010 | 110001 | 0 | 1101 | 110100 | 111100 | 101110 | 100100 | 11110 |
Color Harmonies of #675A31
Complementary color
Monochromatic Colors of #675A31
Black with #675A31
Text Example
Text Example
White with #675A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A31; }
p { color: rgb(103,90,49); }
H1.HeaderClassName
{
color: #675A31;
}
.AnyTagClassName
{
color: #675A31;
}
</style>
background-color css
<style>
a { background-color: #675A31; }
a { background-color: rgb(103,90,49); }
div.DivClassName
{
background-color: #675A31;
}
.BgClassName
{
background-color: #675A31;
}
</style>
border-color css
<style>
span { border-color: #675A31; }
span { border-color: rgb(103,90,49); }
td.TdClassName
{
border-color: #675A31;
}
.TagClassName
{
border-color: #675A31;
}
</style>