Shades of McKenzie #85673B
Tints of McKenzie #85673B
RGB
CMYK
RGB Variations
Color information
#85673B (or 0x85673B) is known color: McKenzie. HEX triplet: 85, 67 and 3B. RGB value is (133,103,59). Sum of RGB (Red+Green+Blue) = 133+103+59=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673B is #7A98C4. Grayscale: #6B6B6B. Windows color (decimal): -8034501 or 3893125. OLE color: 3893125.
HSL color Cylindrical-coordinate representation of color #85673B: hue angle of 35.68º 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 #85673B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 59 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.48 |
| HSL | 35.68º | 0.39% | 0.38% | - |
| HSV(B) | 35.68º | 0.56% | 0.52% | - |
| XYZ | 15.31 | 15 | 6.23 | - |
| YUV | 106.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 59 | 0 | 0.23 | 0.56 | 0.48 | 35.68 | 0.39 | 0.38 |
| Hex | 85 | 67 | 3B | 0 | 17 | 38 | 30 | 24 | 27 | 26 |
| Octal | 205 | 147 | 73 | 0 | 27 | 70 | 60 | 44 | 47 | 46 |
| Binary | 10000101 | 1100111 | 111011 | 0 | 10111 | 111000 | 110000 | 100100 | 100111 | 100110 |
Color Harmonies of #85673B
Complementary color
Monochromatic Colors of #85673B
Black with #85673B
Text Example
Text Example
White with #85673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85673B; }
p { color: rgb(133,103,59); }
H1.HeaderClassName
{
color: #85673B;
}
.AnyTagClassName
{
color: #85673B;
}
</style>
background-color css
<style>
a { background-color: #85673B; }
a { background-color: rgb(133,103,59); }
div.DivClassName
{
background-color: #85673B;
}
.BgClassName
{
background-color: #85673B;
}
</style>
border-color css
<style>
span { border-color: #85673B; }
span { border-color: rgb(133,103,59); }
td.TdClassName
{
border-color: #85673B;
}
.TagClassName
{
border-color: #85673B;
}
</style>