Shades of McKenzie #87663F
Tints of McKenzie #87663F
RGB
CMYK
RGB Variations
Color information
#87663F (or 0x87663F) is known color: McKenzie. HEX triplet: 87, 66 and 3F. RGB value is (135,102,63). Sum of RGB (Red+Green+Blue) = 135+102+63=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87663F is #7899C0. Grayscale: #6B6B6B. Windows color (decimal): -7903681 or 4155015. OLE color: 4155015.
HSL color Cylindrical-coordinate representation of color #87663F: hue angle of 32.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87663F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 63 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.47 |
| HSL | 32.5º | 0.36% | 0.39% | - |
| HSV(B) | 32.5º | 0.53% | 0.53% | - |
| XYZ | 15.64 | 15.01 | 6.78 | - |
| YUV | 107.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 63 | 0 | 0.24 | 0.53 | 0.47 | 32.5 | 0.36 | 0.39 |
| Hex | 87 | 66 | 3F | 0 | 18 | 35 | 2F | 20 | 24 | 27 |
| Octal | 207 | 146 | 77 | 0 | 30 | 65 | 57 | 40 | 44 | 47 |
| Binary | 10000111 | 1100110 | 111111 | 0 | 11000 | 110101 | 101111 | 100000 | 100100 | 100111 |
Color Harmonies of #87663F
Complementary color
Monochromatic Colors of #87663F
Black with #87663F
Text Example
Text Example
White with #87663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87663F; }
p { color: rgb(135,102,63); }
H1.HeaderClassName
{
color: #87663F;
}
.AnyTagClassName
{
color: #87663F;
}
</style>
background-color css
<style>
a { background-color: #87663F; }
a { background-color: rgb(135,102,63); }
div.DivClassName
{
background-color: #87663F;
}
.BgClassName
{
background-color: #87663F;
}
</style>
border-color css
<style>
span { border-color: #87663F; }
span { border-color: rgb(135,102,63); }
td.TdClassName
{
border-color: #87663F;
}
.TagClassName
{
border-color: #87663F;
}
</style>