Shades of McKenzie #8B613A
Tints of McKenzie #8B613A
RGB
CMYK
RGB Variations
Color information
#8B613A (or 0x8B613A) is known color: McKenzie. HEX triplet: 8B, 61 and 3A. RGB value is (139,97,58). Sum of RGB (Red+Green+Blue) = 139+97+58=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B613A is #749EC5. Grayscale: #696969. Windows color (decimal): -7642822 or 3826059. OLE color: 3826059.
HSL color Cylindrical-coordinate representation of color #8B613A: hue angle of 28.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B613A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 97 | 58 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.45 |
| HSL | 28.89º | 0.41% | 0.39% | - |
| HSV(B) | 28.89º | 0.58% | 0.55% | - |
| XYZ | 15.69 | 14.34 | 5.94 | - |
| YUV | 105.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 58 | 0 | 0.30 | 0.58 | 0.45 | 28.89 | 0.41 | 0.39 |
| Hex | 8B | 61 | 3A | 0 | 1E | 3A | 2D | 1D | 29 | 27 |
| Octal | 213 | 141 | 72 | 0 | 36 | 72 | 55 | 35 | 51 | 47 |
| Binary | 10001011 | 1100001 | 111010 | 0 | 11110 | 111010 | 101101 | 11101 | 101001 | 100111 |
Color Harmonies of #8B613A
Complementary color
Monochromatic Colors of #8B613A
Black with #8B613A
Text Example
Text Example
White with #8B613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B613A; }
p { color: rgb(139,97,58); }
H1.HeaderClassName
{
color: #8B613A;
}
.AnyTagClassName
{
color: #8B613A;
}
</style>
background-color css
<style>
a { background-color: #8B613A; }
a { background-color: rgb(139,97,58); }
div.DivClassName
{
background-color: #8B613A;
}
.BgClassName
{
background-color: #8B613A;
}
</style>
border-color css
<style>
span { border-color: #8B613A; }
span { border-color: rgb(139,97,58); }
td.TdClassName
{
border-color: #8B613A;
}
.TagClassName
{
border-color: #8B613A;
}
</style>