Shades of Horses Neck #6B512A
Tints of Horses Neck #6B512A
RGB
CMYK
RGB Variations
Color information
#6B512A (or 0x6B512A) is known color: Horses Neck. HEX triplet: 6B, 51 and 2A. RGB value is (107,81,42). Sum of RGB (Red+Green+Blue) = 107+81+42=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B512A is #94AED5. Grayscale: #545454. Windows color (decimal): -9744086 or 2773355. OLE color: 2773355.
HSL color Cylindrical-coordinate representation of color #6B512A: hue angle of 36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B512A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 42 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.58 |
| HSL | 36º | 0.44% | 0.29% | - |
| HSV(B) | 36º | 0.61% | 0.42% | - |
| XYZ | 9.42 | 9.18 | 3.47 | - |
| YUV | 84.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 42 | 0 | 0.24 | 0.61 | 0.58 | 36 | 0.44 | 0.29 |
| Hex | 6B | 51 | 2A | 0 | 18 | 3D | 3A | 24 | 2C | 1D |
| Octal | 153 | 121 | 52 | 0 | 30 | 75 | 72 | 44 | 54 | 35 |
| Binary | 1101011 | 1010001 | 101010 | 0 | 11000 | 111101 | 111010 | 100100 | 101100 | 11101 |
Color Harmonies of #6B512A
Complementary color
Monochromatic Colors of #6B512A
Black with #6B512A
Text Example
Text Example
White with #6B512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B512A; }
p { color: rgb(107,81,42); }
H1.HeaderClassName
{
color: #6B512A;
}
.AnyTagClassName
{
color: #6B512A;
}
</style>
background-color css
<style>
a { background-color: #6B512A; }
a { background-color: rgb(107,81,42); }
div.DivClassName
{
background-color: #6B512A;
}
.BgClassName
{
background-color: #6B512A;
}
</style>
border-color css
<style>
span { border-color: #6B512A; }
span { border-color: rgb(107,81,42); }
td.TdClassName
{
border-color: #6B512A;
}
.TagClassName
{
border-color: #6B512A;
}
</style>