Shades of McKenzie #8C6338
Tints of McKenzie #8C6338
RGB
CMYK
RGB Variations
Color information
#8C6338 (or 0x8C6338) is known color: McKenzie. HEX triplet: 8C, 63 and 38. RGB value is (140,99,56). Sum of RGB (Red+Green+Blue) = 140+99+56=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6338 is #739CC7. Grayscale: #6A6A6A. Windows color (decimal): -7576776 or 3695500. OLE color: 3695500.
HSL color Cylindrical-coordinate representation of color #8C6338: hue angle of 30.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C6338 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 56 | - |
| CMYK | 0 | 0.29 | 0.6 | 0.45 |
| HSL | 30.71º | 0.43% | 0.38% | - |
| HSV(B) | 30.71º | 0.6% | 0.55% | - |
| XYZ | 15.99 | 14.78 | 5.75 | - |
| YUV | 106.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 56 | 0 | 0.29 | 0.6 | 0.45 | 30.71 | 0.43 | 0.38 |
| Hex | 8C | 63 | 38 | 0 | 1D | 3C | 2D | 1F | 2B | 26 |
| Octal | 214 | 143 | 70 | 0 | 35 | 74 | 55 | 37 | 53 | 46 |
| Binary | 10001100 | 1100011 | 111000 | 0 | 11101 | 111100 | 101101 | 11111 | 101011 | 100110 |
Color Harmonies of #8C6338
Complementary color
Monochromatic Colors of #8C6338
Black with #8C6338
Text Example
Text Example
White with #8C6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6338; }
p { color: rgb(140,99,56); }
H1.HeaderClassName
{
color: #8C6338;
}
.AnyTagClassName
{
color: #8C6338;
}
</style>
background-color css
<style>
a { background-color: #8C6338; }
a { background-color: rgb(140,99,56); }
div.DivClassName
{
background-color: #8C6338;
}
.BgClassName
{
background-color: #8C6338;
}
</style>
border-color css
<style>
span { border-color: #8C6338; }
span { border-color: rgb(140,99,56); }
td.TdClassName
{
border-color: #8C6338;
}
.TagClassName
{
border-color: #8C6338;
}
</style>