Shades of McKenzie #8A6943
Tints of McKenzie #8A6943
RGB
CMYK
RGB Variations
Color information
#8A6943 (or 0x8A6943) is known color: McKenzie. HEX triplet: 8A, 69 and 43. RGB value is (138,105,67). Sum of RGB (Red+Green+Blue) = 138+105+67=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6943 is #7596BC. Grayscale: #6E6E6E. Windows color (decimal): -7706301 or 4417930. OLE color: 4417930.
HSL color Cylindrical-coordinate representation of color #8A6943: hue angle of 32.11º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6943 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 67 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.46 |
| HSL | 32.11º | 0.35% | 0.4% | - |
| HSV(B) | 32.11º | 0.51% | 0.54% | - |
| XYZ | 16.55 | 15.91 | 7.51 | - |
| YUV | 110.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 67 | 0 | 0.24 | 0.51 | 0.46 | 32.11 | 0.35 | 0.4 |
| Hex | 8A | 69 | 43 | 0 | 18 | 33 | 2E | 20 | 23 | 28 |
| Octal | 212 | 151 | 103 | 0 | 30 | 63 | 56 | 40 | 43 | 50 |
| Binary | 10001010 | 1101001 | 1000011 | 0 | 11000 | 110011 | 101110 | 100000 | 100011 | 101000 |
Color Harmonies of #8A6943
Complementary color
Monochromatic Colors of #8A6943
Black with #8A6943
Text Example
Text Example
White with #8A6943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6943; }
p { color: rgb(138,105,67); }
H1.HeaderClassName
{
color: #8A6943;
}
.AnyTagClassName
{
color: #8A6943;
}
</style>
background-color css
<style>
a { background-color: #8A6943; }
a { background-color: rgb(138,105,67); }
div.DivClassName
{
background-color: #8A6943;
}
.BgClassName
{
background-color: #8A6943;
}
</style>
border-color css
<style>
span { border-color: #8A6943; }
span { border-color: rgb(138,105,67); }
td.TdClassName
{
border-color: #8A6943;
}
.TagClassName
{
border-color: #8A6943;
}
</style>