Shades of McKenzie #8D6235
Tints of McKenzie #8D6235
RGB
CMYK
RGB Variations
Color information
#8D6235 (or 0x8D6235) is known color: McKenzie. HEX triplet: 8D, 62 and 35. RGB value is (141,98,53). Sum of RGB (Red+Green+Blue) = 141+98+53=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6235 is #729DCA. Grayscale: #696969. Windows color (decimal): -7511499 or 3498637. OLE color: 3498637.
HSL color Cylindrical-coordinate representation of color #8D6235: hue angle of 30.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D6235 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 53 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.45 |
| HSL | 30.68º | 0.45% | 0.38% | - |
| HSV(B) | 30.68º | 0.62% | 0.55% | - |
| XYZ | 15.99 | 14.66 | 5.35 | - |
| YUV | 105.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 53 | 0 | 0.30 | 0.62 | 0.45 | 30.68 | 0.45 | 0.38 |
| Hex | 8D | 62 | 35 | 0 | 1E | 3E | 2D | 1F | 2D | 26 |
| Octal | 215 | 142 | 65 | 0 | 36 | 76 | 55 | 37 | 55 | 46 |
| Binary | 10001101 | 1100010 | 110101 | 0 | 11110 | 111110 | 101101 | 11111 | 101101 | 100110 |
Color Harmonies of #8D6235
Complementary color
Monochromatic Colors of #8D6235
Black with #8D6235
Text Example
Text Example
White with #8D6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6235; }
p { color: rgb(141,98,53); }
H1.HeaderClassName
{
color: #8D6235;
}
.AnyTagClassName
{
color: #8D6235;
}
</style>
background-color css
<style>
a { background-color: #8D6235; }
a { background-color: rgb(141,98,53); }
div.DivClassName
{
background-color: #8D6235;
}
.BgClassName
{
background-color: #8D6235;
}
</style>
border-color css
<style>
span { border-color: #8D6235; }
span { border-color: rgb(141,98,53); }
td.TdClassName
{
border-color: #8D6235;
}
.TagClassName
{
border-color: #8D6235;
}
</style>