Shades of McKenzie #8A6835
Tints of McKenzie #8A6835
RGB
CMYK
RGB Variations
Color information
#8A6835 (or 0x8A6835) is known color: McKenzie. HEX triplet: 8A, 68 and 35. RGB value is (138,104,53). Sum of RGB (Red+Green+Blue) = 138+104+53=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6835 is #7597CA. Grayscale: #6C6C6C. Windows color (decimal): -7706571 or 3500170. OLE color: 3500170.
HSL color Cylindrical-coordinate representation of color #8A6835: hue angle of 36º 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 #8A6835 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 53 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.46 |
| HSL | 36º | 0.45% | 0.37% | - |
| HSV(B) | 36º | 0.62% | 0.54% | - |
| XYZ | 16.07 | 15.56 | 5.52 | - |
| YUV | 108.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 53 | 0 | 0.25 | 0.62 | 0.46 | 36 | 0.45 | 0.37 |
| Hex | 8A | 68 | 35 | 0 | 19 | 3E | 2E | 24 | 2D | 25 |
| Octal | 212 | 150 | 65 | 0 | 31 | 76 | 56 | 44 | 55 | 45 |
| Binary | 10001010 | 1101000 | 110101 | 0 | 11001 | 111110 | 101110 | 100100 | 101101 | 100101 |
Color Harmonies of #8A6835
Complementary color
Monochromatic Colors of #8A6835
Black with #8A6835
Text Example
Text Example
White with #8A6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6835; }
p { color: rgb(138,104,53); }
H1.HeaderClassName
{
color: #8A6835;
}
.AnyTagClassName
{
color: #8A6835;
}
</style>
background-color css
<style>
a { background-color: #8A6835; }
a { background-color: rgb(138,104,53); }
div.DivClassName
{
background-color: #8A6835;
}
.BgClassName
{
background-color: #8A6835;
}
</style>
border-color css
<style>
span { border-color: #8A6835; }
span { border-color: rgb(138,104,53); }
td.TdClassName
{
border-color: #8A6835;
}
.TagClassName
{
border-color: #8A6835;
}
</style>