Shades of Horses Neck #6B5A31
Tints of Horses Neck #6B5A31
RGB
CMYK
RGB Variations
Color information
#6B5A31 (or 0x6B5A31) is known color: Horses Neck. HEX triplet: 6B, 5A and 31. RGB value is (107,90,49). Sum of RGB (Red+Green+Blue) = 107+90+49=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A31 is #94A5CE. Grayscale: #5A5A5A. Windows color (decimal): -9741775 or 3234411. OLE color: 3234411.
HSL color Cylindrical-coordinate representation of color #6B5A31: hue angle of 42.41º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5A31 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 49 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.58 |
| HSL | 42.41º | 0.37% | 0.31% | - |
| HSV(B) | 42.41º | 0.54% | 0.42% | - |
| XYZ | 10.27 | 10.66 | 4.42 | - |
| YUV | 90.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 49 | 0 | 0.16 | 0.54 | 0.58 | 42.41 | 0.37 | 0.31 |
| Hex | 6B | 5A | 31 | 0 | 10 | 36 | 3A | 2A | 25 | 1F |
| Octal | 153 | 132 | 61 | 0 | 20 | 66 | 72 | 52 | 45 | 37 |
| Binary | 1101011 | 1011010 | 110001 | 0 | 10000 | 110110 | 111010 | 101010 | 100101 | 11111 |
Color Harmonies of #6B5A31
Complementary color
Monochromatic Colors of #6B5A31
Black with #6B5A31
Text Example
Text Example
White with #6B5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A31; }
p { color: rgb(107,90,49); }
H1.HeaderClassName
{
color: #6B5A31;
}
.AnyTagClassName
{
color: #6B5A31;
}
</style>
background-color css
<style>
a { background-color: #6B5A31; }
a { background-color: rgb(107,90,49); }
div.DivClassName
{
background-color: #6B5A31;
}
.BgClassName
{
background-color: #6B5A31;
}
</style>
border-color css
<style>
span { border-color: #6B5A31; }
span { border-color: rgb(107,90,49); }
td.TdClassName
{
border-color: #6B5A31;
}
.TagClassName
{
border-color: #6B5A31;
}
</style>