Shades of McKenzie #8B6A46
Tints of McKenzie #8B6A46
RGB
CMYK
RGB Variations
Color information
#8B6A46 (or 0x8B6A46) is known color: McKenzie. HEX triplet: 8B, 6A and 46. RGB value is (139,106,70). Sum of RGB (Red+Green+Blue) = 139+106+70=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6A46 is #7495B9. Grayscale: #6F6F6F. Windows color (decimal): -7640506 or 4614795. OLE color: 4614795.
HSL color Cylindrical-coordinate representation of color #8B6A46: hue angle of 31.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6A46 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 70 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.45 |
| HSL | 31.3º | 0.33% | 0.41% | - |
| HSV(B) | 31.3º | 0.5% | 0.55% | - |
| XYZ | 16.91 | 16.24 | 8.04 | - |
| YUV | 111.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 70 | 0 | 0.24 | 0.50 | 0.45 | 31.3 | 0.33 | 0.41 |
| Hex | 8B | 6A | 46 | 0 | 18 | 32 | 2D | 1F | 21 | 29 |
| Octal | 213 | 152 | 106 | 0 | 30 | 62 | 55 | 37 | 41 | 51 |
| Binary | 10001011 | 1101010 | 1000110 | 0 | 11000 | 110010 | 101101 | 11111 | 100001 | 101001 |
Color Harmonies of #8B6A46
Complementary color
Monochromatic Colors of #8B6A46
Black with #8B6A46
Text Example
Text Example
White with #8B6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A46; }
p { color: rgb(139,106,70); }
H1.HeaderClassName
{
color: #8B6A46;
}
.AnyTagClassName
{
color: #8B6A46;
}
</style>
background-color css
<style>
a { background-color: #8B6A46; }
a { background-color: rgb(139,106,70); }
div.DivClassName
{
background-color: #8B6A46;
}
.BgClassName
{
background-color: #8B6A46;
}
</style>
border-color css
<style>
span { border-color: #8B6A46; }
span { border-color: rgb(139,106,70); }
td.TdClassName
{
border-color: #8B6A46;
}
.TagClassName
{
border-color: #8B6A46;
}
</style>