Shades of McKenzie #8C6A43
Tints of McKenzie #8C6A43
RGB
CMYK
RGB Variations
Color information
#8C6A43 (or 0x8C6A43) is known color: McKenzie. HEX triplet: 8C, 6A and 43. RGB value is (140,106,67). Sum of RGB (Red+Green+Blue) = 140+106+67=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A43 is #7395BC. Grayscale: #6F6F6F. Windows color (decimal): -7574973 or 4418188. OLE color: 4418188.
HSL color Cylindrical-coordinate representation of color #8C6A43: hue angle of 32.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6A43 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 67 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.45 |
| HSL | 32.05º | 0.35% | 0.41% | - |
| HSV(B) | 32.05º | 0.52% | 0.55% | - |
| XYZ | 16.98 | 16.29 | 7.56 | - |
| YUV | 111.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 67 | 0 | 0.24 | 0.52 | 0.45 | 32.05 | 0.35 | 0.41 |
| Hex | 8C | 6A | 43 | 0 | 18 | 34 | 2D | 20 | 23 | 29 |
| Octal | 214 | 152 | 103 | 0 | 30 | 64 | 55 | 40 | 43 | 51 |
| Binary | 10001100 | 1101010 | 1000011 | 0 | 11000 | 110100 | 101101 | 100000 | 100011 | 101001 |
Color Harmonies of #8C6A43
Complementary color
Monochromatic Colors of #8C6A43
Black with #8C6A43
Text Example
Text Example
White with #8C6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A43; }
p { color: rgb(140,106,67); }
H1.HeaderClassName
{
color: #8C6A43;
}
.AnyTagClassName
{
color: #8C6A43;
}
</style>
background-color css
<style>
a { background-color: #8C6A43; }
a { background-color: rgb(140,106,67); }
div.DivClassName
{
background-color: #8C6A43;
}
.BgClassName
{
background-color: #8C6A43;
}
</style>
border-color css
<style>
span { border-color: #8C6A43; }
span { border-color: rgb(140,106,67); }
td.TdClassName
{
border-color: #8C6A43;
}
.TagClassName
{
border-color: #8C6A43;
}
</style>