Shades of McKenzie #8A6139
Tints of McKenzie #8A6139
RGB
CMYK
RGB Variations
Color information
#8A6139 (or 0x8A6139) is known color: McKenzie. HEX triplet: 8A, 61 and 39. RGB value is (138,97,57). Sum of RGB (Red+Green+Blue) = 138+97+57=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6139 is #759EC6. Grayscale: #686868. Windows color (decimal): -7708359 or 3760522. OLE color: 3760522.
HSL color Cylindrical-coordinate representation of color #8A6139: hue angle of 29.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A6139 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 57 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.46 |
| HSL | 29.63º | 0.42% | 0.38% | - |
| HSV(B) | 29.63º | 0.59% | 0.54% | - |
| XYZ | 15.49 | 14.25 | 5.8 | - |
| YUV | 104.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 57 | 0 | 0.30 | 0.59 | 0.46 | 29.63 | 0.42 | 0.38 |
| Hex | 8A | 61 | 39 | 0 | 1E | 3B | 2E | 1E | 2A | 26 |
| Octal | 212 | 141 | 71 | 0 | 36 | 73 | 56 | 36 | 52 | 46 |
| Binary | 10001010 | 1100001 | 111001 | 0 | 11110 | 111011 | 101110 | 11110 | 101010 | 100110 |
Color Harmonies of #8A6139
Complementary color
Monochromatic Colors of #8A6139
Black with #8A6139
Text Example
Text Example
White with #8A6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6139; }
p { color: rgb(138,97,57); }
H1.HeaderClassName
{
color: #8A6139;
}
.AnyTagClassName
{
color: #8A6139;
}
</style>
background-color css
<style>
a { background-color: #8A6139; }
a { background-color: rgb(138,97,57); }
div.DivClassName
{
background-color: #8A6139;
}
.BgClassName
{
background-color: #8A6139;
}
</style>
border-color css
<style>
span { border-color: #8A6139; }
span { border-color: rgb(138,97,57); }
td.TdClassName
{
border-color: #8A6139;
}
.TagClassName
{
border-color: #8A6139;
}
</style>