Shades of McKenzie #8B6741
Tints of McKenzie #8B6741
RGB
CMYK
RGB Variations
Color information
#8B6741 (or 0x8B6741) is known color: McKenzie. HEX triplet: 8B, 67 and 41. RGB value is (139,103,65). Sum of RGB (Red+Green+Blue) = 139+103+65=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6741 is #7498BE. Grayscale: #6D6D6D. Windows color (decimal): -7641279 or 4286347. OLE color: 4286347.
HSL color Cylindrical-coordinate representation of color #8B6741: hue angle of 30.81º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B6741 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 65 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.45 |
| HSL | 30.81º | 0.36% | 0.4% | - |
| HSV(B) | 30.81º | 0.53% | 0.55% | - |
| XYZ | 16.45 | 15.57 | 7.14 | - |
| YUV | 109.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 65 | 0 | 0.26 | 0.53 | 0.45 | 30.81 | 0.36 | 0.4 |
| Hex | 8B | 67 | 41 | 0 | 1A | 35 | 2D | 1F | 24 | 28 |
| Octal | 213 | 147 | 101 | 0 | 32 | 65 | 55 | 37 | 44 | 50 |
| Binary | 10001011 | 1100111 | 1000001 | 0 | 11010 | 110101 | 101101 | 11111 | 100100 | 101000 |
Color Harmonies of #8B6741
Complementary color
Monochromatic Colors of #8B6741
Black with #8B6741
Text Example
Text Example
White with #8B6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6741; }
p { color: rgb(139,103,65); }
H1.HeaderClassName
{
color: #8B6741;
}
.AnyTagClassName
{
color: #8B6741;
}
</style>
background-color css
<style>
a { background-color: #8B6741; }
a { background-color: rgb(139,103,65); }
div.DivClassName
{
background-color: #8B6741;
}
.BgClassName
{
background-color: #8B6741;
}
</style>
border-color css
<style>
span { border-color: #8B6741; }
span { border-color: rgb(139,103,65); }
td.TdClassName
{
border-color: #8B6741;
}
.TagClassName
{
border-color: #8B6741;
}
</style>