Shades of McKenzie #8C673A
Tints of McKenzie #8C673A
RGB
CMYK
RGB Variations
Color information
#8C673A (or 0x8C673A) is known color: McKenzie. HEX triplet: 8C, 67 and 3A. RGB value is (140,103,58). Sum of RGB (Red+Green+Blue) = 140+103+58=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C673A is #7398C5. Grayscale: #6D6D6D. Windows color (decimal): -7575750 or 3827596. OLE color: 3827596.
HSL color Cylindrical-coordinate representation of color #8C673A: hue angle of 32.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C673A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 58 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.45 |
| HSL | 32.93º | 0.41% | 0.39% | - |
| HSV(B) | 32.93º | 0.59% | 0.55% | - |
| XYZ | 16.43 | 15.58 | 6.14 | - |
| YUV | 108.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 58 | 0 | 0.26 | 0.59 | 0.45 | 32.93 | 0.41 | 0.39 |
| Hex | 8C | 67 | 3A | 0 | 1A | 3B | 2D | 21 | 29 | 27 |
| Octal | 214 | 147 | 72 | 0 | 32 | 73 | 55 | 41 | 51 | 47 |
| Binary | 10001100 | 1100111 | 111010 | 0 | 11010 | 111011 | 101101 | 100001 | 101001 | 100111 |
Color Harmonies of #8C673A
Complementary color
Monochromatic Colors of #8C673A
Black with #8C673A
Text Example
Text Example
White with #8C673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C673A; }
p { color: rgb(140,103,58); }
H1.HeaderClassName
{
color: #8C673A;
}
.AnyTagClassName
{
color: #8C673A;
}
</style>
background-color css
<style>
a { background-color: #8C673A; }
a { background-color: rgb(140,103,58); }
div.DivClassName
{
background-color: #8C673A;
}
.BgClassName
{
background-color: #8C673A;
}
</style>
border-color css
<style>
span { border-color: #8C673A; }
span { border-color: rgb(140,103,58); }
td.TdClassName
{
border-color: #8C673A;
}
.TagClassName
{
border-color: #8C673A;
}
</style>