Shades of McKenzie #8B683A
Tints of McKenzie #8B683A
RGB
CMYK
RGB Variations
Color information
#8B683A (or 0x8B683A) is known color: McKenzie. HEX triplet: 8B, 68 and 3A. RGB value is (139,104,58). Sum of RGB (Red+Green+Blue) = 139+104+58=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B683A is #7497C5. Grayscale: #6D6D6D. Windows color (decimal): -7641030 or 3827851. OLE color: 3827851.
HSL color Cylindrical-coordinate representation of color #8B683A: hue angle of 34.07º 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 #8B683A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 58 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.45 |
| HSL | 34.07º | 0.41% | 0.39% | - |
| HSV(B) | 34.07º | 0.58% | 0.55% | - |
| XYZ | 16.36 | 15.7 | 6.17 | - |
| YUV | 109.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 58 | 0 | 0.25 | 0.58 | 0.45 | 34.07 | 0.41 | 0.39 |
| Hex | 8B | 68 | 3A | 0 | 19 | 3A | 2D | 22 | 29 | 27 |
| Octal | 213 | 150 | 72 | 0 | 31 | 72 | 55 | 42 | 51 | 47 |
| Binary | 10001011 | 1101000 | 111010 | 0 | 11001 | 111010 | 101101 | 100010 | 101001 | 100111 |
Color Harmonies of #8B683A
Complementary color
Monochromatic Colors of #8B683A
Black with #8B683A
Text Example
Text Example
White with #8B683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B683A; }
p { color: rgb(139,104,58); }
H1.HeaderClassName
{
color: #8B683A;
}
.AnyTagClassName
{
color: #8B683A;
}
</style>
background-color css
<style>
a { background-color: #8B683A; }
a { background-color: rgb(139,104,58); }
div.DivClassName
{
background-color: #8B683A;
}
.BgClassName
{
background-color: #8B683A;
}
</style>
border-color css
<style>
span { border-color: #8B683A; }
span { border-color: rgb(139,104,58); }
td.TdClassName
{
border-color: #8B683A;
}
.TagClassName
{
border-color: #8B683A;
}
</style>