Shades of McKenzie #8A6334
Tints of McKenzie #8A6334
RGB
CMYK
RGB Variations
Color information
#8A6334 (or 0x8A6334) is known color: McKenzie. HEX triplet: 8A, 63 and 34. RGB value is (138,99,52). Sum of RGB (Red+Green+Blue) = 138+99+52=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6334 is #759CCB. Grayscale: #696969. Windows color (decimal): -7707852 or 3433354. OLE color: 3433354.
HSL color Cylindrical-coordinate representation of color #8A6334: hue angle of 32.79º 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 #8A6334 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 52 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.46 |
| HSL | 32.79º | 0.45% | 0.37% | - |
| HSV(B) | 32.79º | 0.62% | 0.54% | - |
| XYZ | 15.56 | 14.57 | 5.24 | - |
| YUV | 105.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 52 | 0 | 0.28 | 0.62 | 0.46 | 32.79 | 0.45 | 0.37 |
| Hex | 8A | 63 | 34 | 0 | 1C | 3E | 2E | 21 | 2D | 25 |
| Octal | 212 | 143 | 64 | 0 | 34 | 76 | 56 | 41 | 55 | 45 |
| Binary | 10001010 | 1100011 | 110100 | 0 | 11100 | 111110 | 101110 | 100001 | 101101 | 100101 |
Color Harmonies of #8A6334
Complementary color
Monochromatic Colors of #8A6334
Black with #8A6334
Text Example
Text Example
White with #8A6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6334; }
p { color: rgb(138,99,52); }
H1.HeaderClassName
{
color: #8A6334;
}
.AnyTagClassName
{
color: #8A6334;
}
</style>
background-color css
<style>
a { background-color: #8A6334; }
a { background-color: rgb(138,99,52); }
div.DivClassName
{
background-color: #8A6334;
}
.BgClassName
{
background-color: #8A6334;
}
</style>
border-color css
<style>
span { border-color: #8A6334; }
span { border-color: rgb(138,99,52); }
td.TdClassName
{
border-color: #8A6334;
}
.TagClassName
{
border-color: #8A6334;
}
</style>