Shades of McKenzie #87613D
Tints of McKenzie #87613D
RGB
CMYK
RGB Variations
Color information
#87613D (or 0x87613D) is known color: McKenzie. HEX triplet: 87, 61 and 3D. RGB value is (135,97,61). Sum of RGB (Red+Green+Blue) = 135+97+61=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87613D is #789EC2. Grayscale: #686868. Windows color (decimal): -7904963 or 4022663. OLE color: 4022663.
HSL color Cylindrical-coordinate representation of color #87613D: hue angle of 29.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87613D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 61 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.47 |
| HSL | 29.19º | 0.38% | 0.38% | - |
| HSV(B) | 29.19º | 0.55% | 0.53% | - |
| XYZ | 15.11 | 14.04 | 6.33 | - |
| YUV | 104.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 61 | 0 | 0.28 | 0.55 | 0.47 | 29.19 | 0.38 | 0.38 |
| Hex | 87 | 61 | 3D | 0 | 1C | 37 | 2F | 1D | 26 | 26 |
| Octal | 207 | 141 | 75 | 0 | 34 | 67 | 57 | 35 | 46 | 46 |
| Binary | 10000111 | 1100001 | 111101 | 0 | 11100 | 110111 | 101111 | 11101 | 100110 | 100110 |
Color Harmonies of #87613D
Complementary color
Monochromatic Colors of #87613D
Black with #87613D
Text Example
Text Example
White with #87613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87613D; }
p { color: rgb(135,97,61); }
H1.HeaderClassName
{
color: #87613D;
}
.AnyTagClassName
{
color: #87613D;
}
</style>
background-color css
<style>
a { background-color: #87613D; }
a { background-color: rgb(135,97,61); }
div.DivClassName
{
background-color: #87613D;
}
.BgClassName
{
background-color: #87613D;
}
</style>
border-color css
<style>
span { border-color: #87613D; }
span { border-color: rgb(135,97,61); }
td.TdClassName
{
border-color: #87613D;
}
.TagClassName
{
border-color: #87613D;
}
</style>