Shades of McKenzie #85693D
Tints of McKenzie #85693D
RGB
CMYK
RGB Variations
Color information
#85693D (or 0x85693D) is known color: McKenzie. HEX triplet: 85, 69 and 3D. RGB value is (133,105,61). Sum of RGB (Red+Green+Blue) = 133+105+61=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85693D is #7A96C2. Grayscale: #6C6C6C. Windows color (decimal): -8033987 or 4024709. OLE color: 4024709.
HSL color Cylindrical-coordinate representation of color #85693D: hue angle of 36.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85693D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 61 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.48 |
| HSL | 36.67º | 0.37% | 0.38% | - |
| HSV(B) | 36.67º | 0.54% | 0.52% | - |
| XYZ | 15.57 | 15.43 | 6.57 | - |
| YUV | 108.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 61 | 0 | 0.21 | 0.54 | 0.48 | 36.67 | 0.37 | 0.38 |
| Hex | 85 | 69 | 3D | 0 | 15 | 36 | 30 | 25 | 25 | 26 |
| Octal | 205 | 151 | 75 | 0 | 25 | 66 | 60 | 45 | 45 | 46 |
| Binary | 10000101 | 1101001 | 111101 | 0 | 10101 | 110110 | 110000 | 100101 | 100101 | 100110 |
Color Harmonies of #85693D
Complementary color
Monochromatic Colors of #85693D
Black with #85693D
Text Example
Text Example
White with #85693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85693D; }
p { color: rgb(133,105,61); }
H1.HeaderClassName
{
color: #85693D;
}
.AnyTagClassName
{
color: #85693D;
}
</style>
background-color css
<style>
a { background-color: #85693D; }
a { background-color: rgb(133,105,61); }
div.DivClassName
{
background-color: #85693D;
}
.BgClassName
{
background-color: #85693D;
}
</style>
border-color css
<style>
span { border-color: #85693D; }
span { border-color: rgb(133,105,61); }
td.TdClassName
{
border-color: #85693D;
}
.TagClassName
{
border-color: #85693D;
}
</style>