Shades of Horses Neck #6B5A28
Tints of Horses Neck #6B5A28
RGB
CMYK
RGB Variations
Color information
#6B5A28 (or 0x6B5A28) is known color: Horses Neck. HEX triplet: 6B, 5A and 28. RGB value is (107,90,40). Sum of RGB (Red+Green+Blue) = 107+90+40=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A28 is #94A5D7. Grayscale: #595959. Windows color (decimal): -9741784 or 2644587. OLE color: 2644587.
HSL color Cylindrical-coordinate representation of color #6B5A28: hue angle of 44.78º 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 #6B5A28 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 40 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.58 |
| HSL | 44.78º | 0.46% | 0.29% | - |
| HSV(B) | 44.78º | 0.63% | 0.42% | - |
| XYZ | 10.1 | 10.59 | 3.52 | - |
| YUV | 89.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 40 | 0 | 0.16 | 0.63 | 0.58 | 44.78 | 0.46 | 0.29 |
| Hex | 6B | 5A | 28 | 0 | 10 | 3F | 3A | 2D | 2E | 1D |
| Octal | 153 | 132 | 50 | 0 | 20 | 77 | 72 | 55 | 56 | 35 |
| Binary | 1101011 | 1011010 | 101000 | 0 | 10000 | 111111 | 111010 | 101101 | 101110 | 11101 |
Color Harmonies of #6B5A28
Complementary color
Monochromatic Colors of #6B5A28
Black with #6B5A28
Text Example
Text Example
White with #6B5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A28; }
p { color: rgb(107,90,40); }
H1.HeaderClassName
{
color: #6B5A28;
}
.AnyTagClassName
{
color: #6B5A28;
}
</style>
background-color css
<style>
a { background-color: #6B5A28; }
a { background-color: rgb(107,90,40); }
div.DivClassName
{
background-color: #6B5A28;
}
.BgClassName
{
background-color: #6B5A28;
}
</style>
border-color css
<style>
span { border-color: #6B5A28; }
span { border-color: rgb(107,90,40); }
td.TdClassName
{
border-color: #6B5A28;
}
.TagClassName
{
border-color: #6B5A28;
}
</style>