Shades of McKenzie #8B6932
Tints of McKenzie #8B6932
RGB
CMYK
RGB Variations
Color information
#8B6932 (or 0x8B6932) is known color: McKenzie. HEX triplet: 8B, 69 and 32. RGB value is (139,105,50). Sum of RGB (Red+Green+Blue) = 139+105+50=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6932 is #7496CD. Grayscale: #6D6D6D. Windows color (decimal): -7640782 or 3303819. OLE color: 3303819.
HSL color Cylindrical-coordinate representation of color #8B6932: hue angle of 37.08º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B6932 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 50 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.45 |
| HSL | 37.08º | 0.47% | 0.37% | - |
| HSV(B) | 37.08º | 0.64% | 0.55% | - |
| XYZ | 16.27 | 15.82 | 5.21 | - |
| YUV | 108.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 50 | 0 | 0.24 | 0.64 | 0.45 | 37.08 | 0.47 | 0.37 |
| Hex | 8B | 69 | 32 | 0 | 18 | 40 | 2D | 25 | 2F | 25 |
| Octal | 213 | 151 | 62 | 0 | 30 | 100 | 55 | 45 | 57 | 45 |
| Binary | 10001011 | 1101001 | 110010 | 0 | 11000 | 1000000 | 101101 | 100101 | 101111 | 100101 |
Color Harmonies of #8B6932
Complementary color
Monochromatic Colors of #8B6932
Black with #8B6932
Text Example
Text Example
White with #8B6932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6932; }
p { color: rgb(139,105,50); }
H1.HeaderClassName
{
color: #8B6932;
}
.AnyTagClassName
{
color: #8B6932;
}
</style>
background-color css
<style>
a { background-color: #8B6932; }
a { background-color: rgb(139,105,50); }
div.DivClassName
{
background-color: #8B6932;
}
.BgClassName
{
background-color: #8B6932;
}
</style>
border-color css
<style>
span { border-color: #8B6932; }
span { border-color: rgb(139,105,50); }
td.TdClassName
{
border-color: #8B6932;
}
.TagClassName
{
border-color: #8B6932;
}
</style>