Shades of McKenzie #8C643F
Tints of McKenzie #8C643F
RGB
CMYK
RGB Variations
Color information
#8C643F (or 0x8C643F) is known color: McKenzie. HEX triplet: 8C, 64 and 3F. RGB value is (140,100,63). Sum of RGB (Red+Green+Blue) = 140+100+63=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C643F is #739BC0. Grayscale: #6B6B6B. Windows color (decimal): -7576513 or 4154508. OLE color: 4154508.
HSL color Cylindrical-coordinate representation of color #8C643F: hue angle of 28.83º 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 #8C643F is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 63 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.45 |
| HSL | 28.83º | 0.38% | 0.4% | - |
| HSV(B) | 28.83º | 0.55% | 0.55% | - |
| XYZ | 16.27 | 15.05 | 6.75 | - |
| YUV | 107.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 63 | 0 | 0.29 | 0.55 | 0.45 | 28.83 | 0.38 | 0.4 |
| Hex | 8C | 64 | 3F | 0 | 1D | 37 | 2D | 1D | 26 | 28 |
| Octal | 214 | 144 | 77 | 0 | 35 | 67 | 55 | 35 | 46 | 50 |
| Binary | 10001100 | 1100100 | 111111 | 0 | 11101 | 110111 | 101101 | 11101 | 100110 | 101000 |
Color Harmonies of #8C643F
Complementary color
Monochromatic Colors of #8C643F
Black with #8C643F
Text Example
Text Example
White with #8C643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C643F; }
p { color: rgb(140,100,63); }
H1.HeaderClassName
{
color: #8C643F;
}
.AnyTagClassName
{
color: #8C643F;
}
</style>
background-color css
<style>
a { background-color: #8C643F; }
a { background-color: rgb(140,100,63); }
div.DivClassName
{
background-color: #8C643F;
}
.BgClassName
{
background-color: #8C643F;
}
</style>
border-color css
<style>
span { border-color: #8C643F; }
span { border-color: rgb(140,100,63); }
td.TdClassName
{
border-color: #8C643F;
}
.TagClassName
{
border-color: #8C643F;
}
</style>