Shades of McKenzie #8A6234
Tints of McKenzie #8A6234
RGB
CMYK
RGB Variations
Color information
#8A6234 (or 0x8A6234) is known color: McKenzie. HEX triplet: 8A, 62 and 34. RGB value is (138,98,52). Sum of RGB (Red+Green+Blue) = 138+98+52=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6234 is #759DCB. Grayscale: #686868. Windows color (decimal): -7708108 or 3433098. OLE color: 3433098.
HSL color Cylindrical-coordinate representation of color #8A6234: hue angle of 32.09º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A6234 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 52 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.46 |
| HSL | 32.09º | 0.45% | 0.37% | - |
| HSV(B) | 32.09º | 0.62% | 0.54% | - |
| XYZ | 15.47 | 14.39 | 5.21 | - |
| YUV | 104.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 52 | 0 | 0.29 | 0.62 | 0.46 | 32.09 | 0.45 | 0.37 |
| Hex | 8A | 62 | 34 | 0 | 1D | 3E | 2E | 20 | 2D | 25 |
| Octal | 212 | 142 | 64 | 0 | 35 | 76 | 56 | 40 | 55 | 45 |
| Binary | 10001010 | 1100010 | 110100 | 0 | 11101 | 111110 | 101110 | 100000 | 101101 | 100101 |
Color Harmonies of #8A6234
Complementary color
Monochromatic Colors of #8A6234
Black with #8A6234
Text Example
Text Example
White with #8A6234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6234; }
p { color: rgb(138,98,52); }
H1.HeaderClassName
{
color: #8A6234;
}
.AnyTagClassName
{
color: #8A6234;
}
</style>
background-color css
<style>
a { background-color: #8A6234; }
a { background-color: rgb(138,98,52); }
div.DivClassName
{
background-color: #8A6234;
}
.BgClassName
{
background-color: #8A6234;
}
</style>
border-color css
<style>
span { border-color: #8A6234; }
span { border-color: rgb(138,98,52); }
td.TdClassName
{
border-color: #8A6234;
}
.TagClassName
{
border-color: #8A6234;
}
</style>