Shades of Horses Neck #6B5C28
Tints of Horses Neck #6B5C28
RGB
CMYK
RGB Variations
Color information
#6B5C28 (or 0x6B5C28) is known color: Horses Neck. HEX triplet: 6B, 5C and 28. RGB value is (107,92,40). Sum of RGB (Red+Green+Blue) = 107+92+40=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C28 is #94A3D7. Grayscale: #5A5A5A. Windows color (decimal): -9741272 or 2645099. OLE color: 2645099.
HSL color Cylindrical-coordinate representation of color #6B5C28: hue angle of 46.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5C28 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 40 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.58 |
| HSL | 46.57º | 0.46% | 0.29% | - |
| HSV(B) | 46.57º | 0.63% | 0.42% | - |
| XYZ | 10.27 | 10.93 | 3.58 | - |
| YUV | 90.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 40 | 0 | 0.14 | 0.63 | 0.58 | 46.57 | 0.46 | 0.29 |
| Hex | 6B | 5C | 28 | 0 | E | 3F | 3A | 2F | 2E | 1D |
| Octal | 153 | 134 | 50 | 0 | 16 | 77 | 72 | 57 | 56 | 35 |
| Binary | 1101011 | 1011100 | 101000 | 0 | 1110 | 111111 | 111010 | 101111 | 101110 | 11101 |
Color Harmonies of #6B5C28
Complementary color
Monochromatic Colors of #6B5C28
Black with #6B5C28
Text Example
Text Example
White with #6B5C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C28; }
p { color: rgb(107,92,40); }
H1.HeaderClassName
{
color: #6B5C28;
}
.AnyTagClassName
{
color: #6B5C28;
}
</style>
background-color css
<style>
a { background-color: #6B5C28; }
a { background-color: rgb(107,92,40); }
div.DivClassName
{
background-color: #6B5C28;
}
.BgClassName
{
background-color: #6B5C28;
}
</style>
border-color css
<style>
span { border-color: #6B5C28; }
span { border-color: rgb(107,92,40); }
td.TdClassName
{
border-color: #6B5C28;
}
.TagClassName
{
border-color: #6B5C28;
}
</style>