Shades of McKenzie #8A6A45
Tints of McKenzie #8A6A45
RGB
CMYK
RGB Variations
Color information
#8A6A45 (or 0x8A6A45) is known color: McKenzie. HEX triplet: 8A, 6A and 45. RGB value is (138,106,69). Sum of RGB (Red+Green+Blue) = 138+106+69=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A45 is #7595BA. Grayscale: #6F6F6F. Windows color (decimal): -7706043 or 4549258. OLE color: 4549258.
HSL color Cylindrical-coordinate representation of color #8A6A45: hue angle of 32.17º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A6A45 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 69 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.46 |
| HSL | 32.17º | 0.33% | 0.41% | - |
| HSV(B) | 32.17º | 0.5% | 0.54% | - |
| XYZ | 16.71 | 16.14 | 7.87 | - |
| YUV | 111.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 69 | 0 | 0.23 | 0.5 | 0.46 | 32.17 | 0.33 | 0.41 |
| Hex | 8A | 6A | 45 | 0 | 17 | 32 | 2E | 20 | 21 | 29 |
| Octal | 212 | 152 | 105 | 0 | 27 | 62 | 56 | 40 | 41 | 51 |
| Binary | 10001010 | 1101010 | 1000101 | 0 | 10111 | 110010 | 101110 | 100000 | 100001 | 101001 |
Color Harmonies of #8A6A45
Complementary color
Monochromatic Colors of #8A6A45
Black with #8A6A45
Text Example
Text Example
White with #8A6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A45; }
p { color: rgb(138,106,69); }
H1.HeaderClassName
{
color: #8A6A45;
}
.AnyTagClassName
{
color: #8A6A45;
}
</style>
background-color css
<style>
a { background-color: #8A6A45; }
a { background-color: rgb(138,106,69); }
div.DivClassName
{
background-color: #8A6A45;
}
.BgClassName
{
background-color: #8A6A45;
}
</style>
border-color css
<style>
span { border-color: #8A6A45; }
span { border-color: rgb(138,106,69); }
td.TdClassName
{
border-color: #8A6A45;
}
.TagClassName
{
border-color: #8A6A45;
}
</style>