Shades of McKenzie #8C6933
Tints of McKenzie #8C6933
RGB
CMYK
RGB Variations
Color information
#8C6933 (or 0x8C6933) is known color: McKenzie. HEX triplet: 8C, 69 and 33. RGB value is (140,105,51). Sum of RGB (Red+Green+Blue) = 140+105+51=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6933 is #7396CC. Grayscale: #6D6D6D. Windows color (decimal): -7575245 or 3369356. OLE color: 3369356.
HSL color Cylindrical-coordinate representation of color #8C6933: hue angle of 36.4º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C6933 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 51 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.45 |
| HSL | 36.4º | 0.47% | 0.37% | - |
| HSV(B) | 36.4º | 0.64% | 0.55% | - |
| XYZ | 16.46 | 15.92 | 5.34 | - |
| YUV | 109.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 51 | 0 | 0.25 | 0.64 | 0.45 | 36.4 | 0.47 | 0.37 |
| Hex | 8C | 69 | 33 | 0 | 19 | 40 | 2D | 24 | 2F | 25 |
| Octal | 214 | 151 | 63 | 0 | 31 | 100 | 55 | 44 | 57 | 45 |
| Binary | 10001100 | 1101001 | 110011 | 0 | 11001 | 1000000 | 101101 | 100100 | 101111 | 100101 |
Color Harmonies of #8C6933
Complementary color
Monochromatic Colors of #8C6933
Black with #8C6933
Text Example
Text Example
White with #8C6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6933; }
p { color: rgb(140,105,51); }
H1.HeaderClassName
{
color: #8C6933;
}
.AnyTagClassName
{
color: #8C6933;
}
</style>
background-color css
<style>
a { background-color: #8C6933; }
a { background-color: rgb(140,105,51); }
div.DivClassName
{
background-color: #8C6933;
}
.BgClassName
{
background-color: #8C6933;
}
</style>
border-color css
<style>
span { border-color: #8C6933; }
span { border-color: rgb(140,105,51); }
td.TdClassName
{
border-color: #8C6933;
}
.TagClassName
{
border-color: #8C6933;
}
</style>