Shades of McKenzie #85673C
Tints of McKenzie #85673C
RGB
CMYK
RGB Variations
Color information
#85673C (or 0x85673C) is known color: McKenzie. HEX triplet: 85, 67 and 3C. RGB value is (133,103,60). Sum of RGB (Red+Green+Blue) = 133+103+60=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673C is #7A98C3. Grayscale: #6B6B6B. Windows color (decimal): -8034500 or 3958661. OLE color: 3958661.
HSL color Cylindrical-coordinate representation of color #85673C: hue angle of 35.34º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85673C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 60 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.48 |
| HSL | 35.34º | 0.38% | 0.38% | - |
| HSV(B) | 35.34º | 0.55% | 0.52% | - |
| XYZ | 15.34 | 15.01 | 6.36 | - |
| YUV | 107.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 60 | 0 | 0.23 | 0.55 | 0.48 | 35.34 | 0.38 | 0.38 |
| Hex | 85 | 67 | 3C | 0 | 17 | 37 | 30 | 23 | 26 | 26 |
| Octal | 205 | 147 | 74 | 0 | 27 | 67 | 60 | 43 | 46 | 46 |
| Binary | 10000101 | 1100111 | 111100 | 0 | 10111 | 110111 | 110000 | 100011 | 100110 | 100110 |
Color Harmonies of #85673C
Complementary color
Monochromatic Colors of #85673C
Black with #85673C
Text Example
Text Example
White with #85673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85673C; }
p { color: rgb(133,103,60); }
H1.HeaderClassName
{
color: #85673C;
}
.AnyTagClassName
{
color: #85673C;
}
</style>
background-color css
<style>
a { background-color: #85673C; }
a { background-color: rgb(133,103,60); }
div.DivClassName
{
background-color: #85673C;
}
.BgClassName
{
background-color: #85673C;
}
</style>
border-color css
<style>
span { border-color: #85673C; }
span { border-color: rgb(133,103,60); }
td.TdClassName
{
border-color: #85673C;
}
.TagClassName
{
border-color: #85673C;
}
</style>