Shades of McKenzie #85683B
Tints of McKenzie #85683B
RGB
CMYK
RGB Variations
Color information
#85683B (or 0x85683B) is known color: McKenzie. HEX triplet: 85, 68 and 3B. RGB value is (133,104,59). Sum of RGB (Red+Green+Blue) = 133+104+59=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85683B is #7A97C4. Grayscale: #6B6B6B. Windows color (decimal): -8034245 or 3893381. OLE color: 3893381.
HSL color Cylindrical-coordinate representation of color #85683B: hue angle of 36.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85683B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 59 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.48 |
| HSL | 36.49º | 0.39% | 0.38% | - |
| HSV(B) | 36.49º | 0.56% | 0.52% | - |
| XYZ | 15.41 | 15.2 | 6.26 | - |
| YUV | 107.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 59 | 0 | 0.22 | 0.56 | 0.48 | 36.49 | 0.39 | 0.38 |
| Hex | 85 | 68 | 3B | 0 | 16 | 38 | 30 | 24 | 27 | 26 |
| Octal | 205 | 150 | 73 | 0 | 26 | 70 | 60 | 44 | 47 | 46 |
| Binary | 10000101 | 1101000 | 111011 | 0 | 10110 | 111000 | 110000 | 100100 | 100111 | 100110 |
Color Harmonies of #85683B
Complementary color
Monochromatic Colors of #85683B
Black with #85683B
Text Example
Text Example
White with #85683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85683B; }
p { color: rgb(133,104,59); }
H1.HeaderClassName
{
color: #85683B;
}
.AnyTagClassName
{
color: #85683B;
}
</style>
background-color css
<style>
a { background-color: #85683B; }
a { background-color: rgb(133,104,59); }
div.DivClassName
{
background-color: #85683B;
}
.BgClassName
{
background-color: #85683B;
}
</style>
border-color css
<style>
span { border-color: #85683B; }
span { border-color: rgb(133,104,59); }
td.TdClassName
{
border-color: #85683B;
}
.TagClassName
{
border-color: #85683B;
}
</style>