Shades of McKenzie #85683F
Tints of McKenzie #85683F
RGB
CMYK
RGB Variations
Color information
#85683F (or 0x85683F) is known color: McKenzie. HEX triplet: 85, 68 and 3F. RGB value is (133,104,63). Sum of RGB (Red+Green+Blue) = 133+104+63=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #85683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85683F is #7A97C0. Grayscale: #6C6C6C. Windows color (decimal): -8034241 or 4155525. OLE color: 4155525.
HSL color Cylindrical-coordinate representation of color #85683F: hue angle of 35.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85683F is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 63 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.48 |
| HSL | 35.14º | 0.36% | 0.38% | - |
| HSV(B) | 35.14º | 0.53% | 0.52% | - |
| XYZ | 15.52 | 15.25 | 6.83 | - |
| YUV | 108 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 63 | 0 | 0.22 | 0.53 | 0.48 | 35.14 | 0.36 | 0.38 |
| Hex | 85 | 68 | 3F | 0 | 16 | 35 | 30 | 23 | 24 | 26 |
| Octal | 205 | 150 | 77 | 0 | 26 | 65 | 60 | 43 | 44 | 46 |
| Binary | 10000101 | 1101000 | 111111 | 0 | 10110 | 110101 | 110000 | 100011 | 100100 | 100110 |
Color Harmonies of #85683F
Complementary color
Monochromatic Colors of #85683F
Black with #85683F
Text Example
Text Example
White with #85683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85683F; }
p { color: rgb(133,104,63); }
H1.HeaderClassName
{
color: #85683F;
}
.AnyTagClassName
{
color: #85683F;
}
</style>
background-color css
<style>
a { background-color: #85683F; }
a { background-color: rgb(133,104,63); }
div.DivClassName
{
background-color: #85683F;
}
.BgClassName
{
background-color: #85683F;
}
</style>
border-color css
<style>
span { border-color: #85683F; }
span { border-color: rgb(133,104,63); }
td.TdClassName
{
border-color: #85683F;
}
.TagClassName
{
border-color: #85683F;
}
</style>