Shades of Horses Neck #6A5A31
Tints of Horses Neck #6A5A31
RGB
CMYK
RGB Variations
Color information
#6A5A31 (or 0x6A5A31) is known color: Horses Neck. HEX triplet: 6A, 5A and 31. RGB value is (106,90,49). Sum of RGB (Red+Green+Blue) = 106+90+49=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A31 is #95A5CE. Grayscale: #5A5A5A. Windows color (decimal): -9807311 or 3234410. OLE color: 3234410.
HSL color Cylindrical-coordinate representation of color #6A5A31: hue angle of 43.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A5A31 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 49 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.58 |
| HSL | 43.16º | 0.37% | 0.3% | - |
| HSV(B) | 43.16º | 0.54% | 0.42% | - |
| XYZ | 10.15 | 10.6 | 4.42 | - |
| YUV | 90.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 49 | 0 | 0.15 | 0.54 | 0.58 | 43.16 | 0.37 | 0.3 |
| Hex | 6A | 5A | 31 | 0 | F | 36 | 3A | 2B | 25 | 1E |
| Octal | 152 | 132 | 61 | 0 | 17 | 66 | 72 | 53 | 45 | 36 |
| Binary | 1101010 | 1011010 | 110001 | 0 | 1111 | 110110 | 111010 | 101011 | 100101 | 11110 |
Color Harmonies of #6A5A31
Complementary color
Monochromatic Colors of #6A5A31
Black with #6A5A31
Text Example
Text Example
White with #6A5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A31; }
p { color: rgb(106,90,49); }
H1.HeaderClassName
{
color: #6A5A31;
}
.AnyTagClassName
{
color: #6A5A31;
}
</style>
background-color css
<style>
a { background-color: #6A5A31; }
a { background-color: rgb(106,90,49); }
div.DivClassName
{
background-color: #6A5A31;
}
.BgClassName
{
background-color: #6A5A31;
}
</style>
border-color css
<style>
span { border-color: #6A5A31; }
span { border-color: rgb(106,90,49); }
td.TdClassName
{
border-color: #6A5A31;
}
.TagClassName
{
border-color: #6A5A31;
}
</style>