Shades of McKenzie #8A6236
Tints of McKenzie #8A6236
RGB
CMYK
RGB Variations
Color information
#8A6236 (or 0x8A6236) is known color: McKenzie. HEX triplet: 8A, 62 and 36. RGB value is (138,98,54). Sum of RGB (Red+Green+Blue) = 138+98+54=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6236 is #759DC9. Grayscale: #696969. Windows color (decimal): -7708106 or 3564170. OLE color: 3564170.
HSL color Cylindrical-coordinate representation of color #8A6236: hue angle of 31.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A6236 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 54 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.46 |
| HSL | 31.43º | 0.44% | 0.38% | - |
| HSV(B) | 31.43º | 0.61% | 0.54% | - |
| XYZ | 15.51 | 14.4 | 5.45 | - |
| YUV | 104.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 54 | 0 | 0.29 | 0.61 | 0.46 | 31.43 | 0.44 | 0.38 |
| Hex | 8A | 62 | 36 | 0 | 1D | 3D | 2E | 1F | 2C | 26 |
| Octal | 212 | 142 | 66 | 0 | 35 | 75 | 56 | 37 | 54 | 46 |
| Binary | 10001010 | 1100010 | 110110 | 0 | 11101 | 111101 | 101110 | 11111 | 101100 | 100110 |
Color Harmonies of #8A6236
Complementary color
Monochromatic Colors of #8A6236
Black with #8A6236
Text Example
Text Example
White with #8A6236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6236; }
p { color: rgb(138,98,54); }
H1.HeaderClassName
{
color: #8A6236;
}
.AnyTagClassName
{
color: #8A6236;
}
</style>
background-color css
<style>
a { background-color: #8A6236; }
a { background-color: rgb(138,98,54); }
div.DivClassName
{
background-color: #8A6236;
}
.BgClassName
{
background-color: #8A6236;
}
</style>
border-color css
<style>
span { border-color: #8A6236; }
span { border-color: rgb(138,98,54); }
td.TdClassName
{
border-color: #8A6236;
}
.TagClassName
{
border-color: #8A6236;
}
</style>