Shades of McKenzie #8B643B
Tints of McKenzie #8B643B
RGB
CMYK
RGB Variations
Color information
#8B643B (or 0x8B643B) is known color: McKenzie. HEX triplet: 8B, 64 and 3B. RGB value is (139,100,59). Sum of RGB (Red+Green+Blue) = 139+100+59=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B643B is #749BC4. Grayscale: #6B6B6B. Windows color (decimal): -7642053 or 3892363. OLE color: 3892363.
HSL color Cylindrical-coordinate representation of color #8B643B: hue angle of 30.75º degrees, saturation: 0.4, 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 #8B643B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 59 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.45 |
| HSL | 30.75º | 0.4% | 0.39% | - |
| HSV(B) | 30.75º | 0.58% | 0.55% | - |
| XYZ | 15.99 | 14.92 | 6.17 | - |
| YUV | 106.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 59 | 0 | 0.28 | 0.58 | 0.45 | 30.75 | 0.4 | 0.39 |
| Hex | 8B | 64 | 3B | 0 | 1C | 3A | 2D | 1F | 28 | 27 |
| Octal | 213 | 144 | 73 | 0 | 34 | 72 | 55 | 37 | 50 | 47 |
| Binary | 10001011 | 1100100 | 111011 | 0 | 11100 | 111010 | 101101 | 11111 | 101000 | 100111 |
Color Harmonies of #8B643B
Complementary color
Monochromatic Colors of #8B643B
Black with #8B643B
Text Example
Text Example
White with #8B643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B643B; }
p { color: rgb(139,100,59); }
H1.HeaderClassName
{
color: #8B643B;
}
.AnyTagClassName
{
color: #8B643B;
}
</style>
background-color css
<style>
a { background-color: #8B643B; }
a { background-color: rgb(139,100,59); }
div.DivClassName
{
background-color: #8B643B;
}
.BgClassName
{
background-color: #8B643B;
}
</style>
border-color css
<style>
span { border-color: #8B643B; }
span { border-color: rgb(139,100,59); }
td.TdClassName
{
border-color: #8B643B;
}
.TagClassName
{
border-color: #8B643B;
}
</style>