Shades of McKenzie #8B6B40
Tints of McKenzie #8B6B40
RGB
CMYK
RGB Variations
Color information
#8B6B40 (or 0x8B6B40) is known color: McKenzie. HEX triplet: 8B, 6B and 40. RGB value is (139,107,64). Sum of RGB (Red+Green+Blue) = 139+107+64=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B40 is #7494BF. Grayscale: #6F6F6F. Windows color (decimal): -7640256 or 4221835. OLE color: 4221835.
HSL color Cylindrical-coordinate representation of color #8B6B40: hue angle of 34.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B6B40 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 64 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.45 |
| HSL | 34.4º | 0.37% | 0.4% | - |
| HSV(B) | 34.4º | 0.54% | 0.55% | - |
| XYZ | 16.83 | 16.37 | 7.12 | - |
| YUV | 111.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 64 | 0 | 0.23 | 0.54 | 0.45 | 34.4 | 0.37 | 0.4 |
| Hex | 8B | 6B | 40 | 0 | 17 | 36 | 2D | 22 | 25 | 28 |
| Octal | 213 | 153 | 100 | 0 | 27 | 66 | 55 | 42 | 45 | 50 |
| Binary | 10001011 | 1101011 | 1000000 | 0 | 10111 | 110110 | 101101 | 100010 | 100101 | 101000 |
Color Harmonies of #8B6B40
Complementary color
Monochromatic Colors of #8B6B40
Black with #8B6B40
Text Example
Text Example
White with #8B6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B40; }
p { color: rgb(139,107,64); }
H1.HeaderClassName
{
color: #8B6B40;
}
.AnyTagClassName
{
color: #8B6B40;
}
</style>
background-color css
<style>
a { background-color: #8B6B40; }
a { background-color: rgb(139,107,64); }
div.DivClassName
{
background-color: #8B6B40;
}
.BgClassName
{
background-color: #8B6B40;
}
</style>
border-color css
<style>
span { border-color: #8B6B40; }
span { border-color: rgb(139,107,64); }
td.TdClassName
{
border-color: #8B6B40;
}
.TagClassName
{
border-color: #8B6B40;
}
</style>