Shades of McKenzie #8A6A35
Tints of McKenzie #8A6A35
RGB
CMYK
RGB Variations
Color information
#8A6A35 (or 0x8A6A35) is known color: McKenzie. HEX triplet: 8A, 6A and 35. RGB value is (138,106,53). Sum of RGB (Red+Green+Blue) = 138+106+53=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A35 is #7595CA. Grayscale: #6D6D6D. Windows color (decimal): -7706059 or 3500682. OLE color: 3500682.
HSL color Cylindrical-coordinate representation of color #8A6A35: hue angle of 37.41º 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 #8A6A35 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 53 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.46 |
| HSL | 37.41º | 0.45% | 0.37% | - |
| HSV(B) | 37.41º | 0.62% | 0.54% | - |
| XYZ | 16.28 | 15.97 | 5.59 | - |
| YUV | 109.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 53 | 0 | 0.23 | 0.62 | 0.46 | 37.41 | 0.45 | 0.37 |
| Hex | 8A | 6A | 35 | 0 | 17 | 3E | 2E | 25 | 2D | 25 |
| Octal | 212 | 152 | 65 | 0 | 27 | 76 | 56 | 45 | 55 | 45 |
| Binary | 10001010 | 1101010 | 110101 | 0 | 10111 | 111110 | 101110 | 100101 | 101101 | 100101 |
Color Harmonies of #8A6A35
Complementary color
Monochromatic Colors of #8A6A35
Black with #8A6A35
Text Example
Text Example
White with #8A6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A35; }
p { color: rgb(138,106,53); }
H1.HeaderClassName
{
color: #8A6A35;
}
.AnyTagClassName
{
color: #8A6A35;
}
</style>
background-color css
<style>
a { background-color: #8A6A35; }
a { background-color: rgb(138,106,53); }
div.DivClassName
{
background-color: #8A6A35;
}
.BgClassName
{
background-color: #8A6A35;
}
</style>
border-color css
<style>
span { border-color: #8A6A35; }
span { border-color: rgb(138,106,53); }
td.TdClassName
{
border-color: #8A6A35;
}
.TagClassName
{
border-color: #8A6A35;
}
</style>