Shades of McKenzie #8C6634
Tints of McKenzie #8C6634
RGB
CMYK
RGB Variations
Color information
#8C6634 (or 0x8C6634) is known color: McKenzie. HEX triplet: 8C, 66 and 34. RGB value is (140,102,52). Sum of RGB (Red+Green+Blue) = 140+102+52=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6634 is #7399CB. Grayscale: #6B6B6B. Windows color (decimal): -7576012 or 3434124. OLE color: 3434124.
HSL color Cylindrical-coordinate representation of color #8C6634: hue angle of 34.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C6634 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 52 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.45 |
| HSL | 34.09º | 0.46% | 0.38% | - |
| HSV(B) | 34.09º | 0.63% | 0.55% | - |
| XYZ | 16.19 | 15.33 | 5.35 | - |
| YUV | 107.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 52 | 0 | 0.27 | 0.63 | 0.45 | 34.09 | 0.46 | 0.38 |
| Hex | 8C | 66 | 34 | 0 | 1B | 3F | 2D | 22 | 2E | 26 |
| Octal | 214 | 146 | 64 | 0 | 33 | 77 | 55 | 42 | 56 | 46 |
| Binary | 10001100 | 1100110 | 110100 | 0 | 11011 | 111111 | 101101 | 100010 | 101110 | 100110 |
Color Harmonies of #8C6634
Complementary color
Monochromatic Colors of #8C6634
Black with #8C6634
Text Example
Text Example
White with #8C6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6634; }
p { color: rgb(140,102,52); }
H1.HeaderClassName
{
color: #8C6634;
}
.AnyTagClassName
{
color: #8C6634;
}
</style>
background-color css
<style>
a { background-color: #8C6634; }
a { background-color: rgb(140,102,52); }
div.DivClassName
{
background-color: #8C6634;
}
.BgClassName
{
background-color: #8C6634;
}
</style>
border-color css
<style>
span { border-color: #8C6634; }
span { border-color: rgb(140,102,52); }
td.TdClassName
{
border-color: #8C6634;
}
.TagClassName
{
border-color: #8C6634;
}
</style>