Shades of McKenzie #8C633F
Tints of McKenzie #8C633F
RGB
CMYK
RGB Variations
Color information
#8C633F (or 0x8C633F) is known color: McKenzie. HEX triplet: 8C, 63 and 3F. RGB value is (140,99,63). Sum of RGB (Red+Green+Blue) = 140+99+63=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C633F is #739CC0. Grayscale: #6B6B6B. Windows color (decimal): -7576769 or 4154252. OLE color: 4154252.
HSL color Cylindrical-coordinate representation of color #8C633F: hue angle of 28.05º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C633F is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 63 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.45 |
| HSL | 28.05º | 0.38% | 0.4% | - |
| HSV(B) | 28.05º | 0.55% | 0.55% | - |
| XYZ | 16.17 | 14.86 | 6.72 | - |
| YUV | 107.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 63 | 0 | 0.29 | 0.55 | 0.45 | 28.05 | 0.38 | 0.4 |
| Hex | 8C | 63 | 3F | 0 | 1D | 37 | 2D | 1C | 26 | 28 |
| Octal | 214 | 143 | 77 | 0 | 35 | 67 | 55 | 34 | 46 | 50 |
| Binary | 10001100 | 1100011 | 111111 | 0 | 11101 | 110111 | 101101 | 11100 | 100110 | 101000 |
Color Harmonies of #8C633F
Complementary color
Monochromatic Colors of #8C633F
Black with #8C633F
Text Example
Text Example
White with #8C633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C633F; }
p { color: rgb(140,99,63); }
H1.HeaderClassName
{
color: #8C633F;
}
.AnyTagClassName
{
color: #8C633F;
}
</style>
background-color css
<style>
a { background-color: #8C633F; }
a { background-color: rgb(140,99,63); }
div.DivClassName
{
background-color: #8C633F;
}
.BgClassName
{
background-color: #8C633F;
}
</style>
border-color css
<style>
span { border-color: #8C633F; }
span { border-color: rgb(140,99,63); }
td.TdClassName
{
border-color: #8C633F;
}
.TagClassName
{
border-color: #8C633F;
}
</style>