Shades of Horses Neck #6D5A22
Tints of Horses Neck #6D5A22
RGB
CMYK
RGB Variations
Color information
#6D5A22 (or 0x6D5A22) is known color: Horses Neck. HEX triplet: 6D, 5A and 22. RGB value is (109,90,34). Sum of RGB (Red+Green+Blue) = 109+90+34=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5A22 is #92A5DD. Grayscale: #595959. Windows color (decimal): -9610718 or 2251373. OLE color: 2251373.
HSL color Cylindrical-coordinate representation of color #6D5A22: hue angle of 44.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D5A22 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 34 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.57 |
| HSL | 44.8º | 0.52% | 0.28% | - |
| HSV(B) | 44.8º | 0.69% | 0.43% | - |
| XYZ | 10.25 | 10.68 | 3.03 | - |
| YUV | 89.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 34 | 0 | 0.17 | 0.69 | 0.57 | 44.8 | 0.52 | 0.28 |
| Hex | 6D | 5A | 22 | 0 | 11 | 45 | 39 | 2D | 34 | 1C |
| Octal | 155 | 132 | 42 | 0 | 21 | 105 | 71 | 55 | 64 | 34 |
| Binary | 1101101 | 1011010 | 100010 | 0 | 10001 | 1000101 | 111001 | 101101 | 110100 | 11100 |
Color Harmonies of #6D5A22
Complementary color
Monochromatic Colors of #6D5A22
Black with #6D5A22
Text Example
Text Example
White with #6D5A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A22; }
p { color: rgb(109,90,34); }
H1.HeaderClassName
{
color: #6D5A22;
}
.AnyTagClassName
{
color: #6D5A22;
}
</style>
background-color css
<style>
a { background-color: #6D5A22; }
a { background-color: rgb(109,90,34); }
div.DivClassName
{
background-color: #6D5A22;
}
.BgClassName
{
background-color: #6D5A22;
}
</style>
border-color css
<style>
span { border-color: #6D5A22; }
span { border-color: rgb(109,90,34); }
td.TdClassName
{
border-color: #6D5A22;
}
.TagClassName
{
border-color: #6D5A22;
}
</style>