Shades of McKenzie #8A6D3C
Tints of McKenzie #8A6D3C
RGB
CMYK
RGB Variations
Color information
#8A6D3C (or 0x8A6D3C) is known color: McKenzie. HEX triplet: 8A, 6D and 3C. RGB value is (138,109,60). Sum of RGB (Red+Green+Blue) = 138+109+60=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D3C is #7592C3. Grayscale: #707070. Windows color (decimal): -7705284 or 3960202. OLE color: 3960202.
HSL color Cylindrical-coordinate representation of color #8A6D3C: hue angle of 37.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A6D3C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 60 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.46 |
| HSL | 37.69º | 0.39% | 0.39% | - |
| HSV(B) | 37.69º | 0.57% | 0.54% | - |
| XYZ | 16.77 | 16.67 | 6.61 | - |
| YUV | 112.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 60 | 0 | 0.21 | 0.57 | 0.46 | 37.69 | 0.39 | 0.39 |
| Hex | 8A | 6D | 3C | 0 | 15 | 39 | 2E | 26 | 27 | 27 |
| Octal | 212 | 155 | 74 | 0 | 25 | 71 | 56 | 46 | 47 | 47 |
| Binary | 10001010 | 1101101 | 111100 | 0 | 10101 | 111001 | 101110 | 100110 | 100111 | 100111 |
Color Harmonies of #8A6D3C
Complementary color
Monochromatic Colors of #8A6D3C
Black with #8A6D3C
Text Example
Text Example
White with #8A6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D3C; }
p { color: rgb(138,109,60); }
H1.HeaderClassName
{
color: #8A6D3C;
}
.AnyTagClassName
{
color: #8A6D3C;
}
</style>
background-color css
<style>
a { background-color: #8A6D3C; }
a { background-color: rgb(138,109,60); }
div.DivClassName
{
background-color: #8A6D3C;
}
.BgClassName
{
background-color: #8A6D3C;
}
</style>
border-color css
<style>
span { border-color: #8A6D3C; }
span { border-color: rgb(138,109,60); }
td.TdClassName
{
border-color: #8A6D3C;
}
.TagClassName
{
border-color: #8A6D3C;
}
</style>