Shades of McKenzie #85623C
Tints of McKenzie #85623C
RGB
CMYK
RGB Variations
Color information
#85623C (or 0x85623C) is known color: McKenzie. HEX triplet: 85, 62 and 3C. RGB value is (133,98,60). Sum of RGB (Red+Green+Blue) = 133+98+60=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85623C is #7A9DC3. Grayscale: #686868. Windows color (decimal): -8035780 or 3957381. OLE color: 3957381.
HSL color Cylindrical-coordinate representation of color #85623C: hue angle of 31.23º 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 #85623C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 60 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.48 |
| HSL | 31.23º | 0.38% | 0.38% | - |
| HSV(B) | 31.23º | 0.55% | 0.52% | - |
| XYZ | 14.86 | 14.05 | 6.2 | - |
| YUV | 104.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 60 | 0 | 0.26 | 0.55 | 0.48 | 31.23 | 0.38 | 0.38 |
| Hex | 85 | 62 | 3C | 0 | 1A | 37 | 30 | 1F | 26 | 26 |
| Octal | 205 | 142 | 74 | 0 | 32 | 67 | 60 | 37 | 46 | 46 |
| Binary | 10000101 | 1100010 | 111100 | 0 | 11010 | 110111 | 110000 | 11111 | 100110 | 100110 |
Color Harmonies of #85623C
Complementary color
Monochromatic Colors of #85623C
Black with #85623C
Text Example
Text Example
White with #85623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85623C; }
p { color: rgb(133,98,60); }
H1.HeaderClassName
{
color: #85623C;
}
.AnyTagClassName
{
color: #85623C;
}
</style>
background-color css
<style>
a { background-color: #85623C; }
a { background-color: rgb(133,98,60); }
div.DivClassName
{
background-color: #85623C;
}
.BgClassName
{
background-color: #85623C;
}
</style>
border-color css
<style>
span { border-color: #85623C; }
span { border-color: rgb(133,98,60); }
td.TdClassName
{
border-color: #85623C;
}
.TagClassName
{
border-color: #85623C;
}
</style>