Shades of McKenzie #8B663C
Tints of McKenzie #8B663C
RGB
CMYK
RGB Variations
Color information
#8B663C (or 0x8B663C) is known color: McKenzie. HEX triplet: 8B, 66 and 3C. RGB value is (139,102,60). Sum of RGB (Red+Green+Blue) = 139+102+60=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B663C is #7499C3. Grayscale: #6C6C6C. Windows color (decimal): -7641540 or 3958411. OLE color: 3958411.
HSL color Cylindrical-coordinate representation of color #8B663C: hue angle of 31.9º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B663C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 60 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.45 |
| HSL | 31.9º | 0.4% | 0.39% | - |
| HSV(B) | 31.9º | 0.57% | 0.55% | - |
| XYZ | 16.21 | 15.32 | 6.38 | - |
| YUV | 108.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 60 | 0 | 0.27 | 0.57 | 0.45 | 31.9 | 0.4 | 0.39 |
| Hex | 8B | 66 | 3C | 0 | 1B | 39 | 2D | 20 | 28 | 27 |
| Octal | 213 | 146 | 74 | 0 | 33 | 71 | 55 | 40 | 50 | 47 |
| Binary | 10001011 | 1100110 | 111100 | 0 | 11011 | 111001 | 101101 | 100000 | 101000 | 100111 |
Color Harmonies of #8B663C
Complementary color
Monochromatic Colors of #8B663C
Black with #8B663C
Text Example
Text Example
White with #8B663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B663C; }
p { color: rgb(139,102,60); }
H1.HeaderClassName
{
color: #8B663C;
}
.AnyTagClassName
{
color: #8B663C;
}
</style>
background-color css
<style>
a { background-color: #8B663C; }
a { background-color: rgb(139,102,60); }
div.DivClassName
{
background-color: #8B663C;
}
.BgClassName
{
background-color: #8B663C;
}
</style>
border-color css
<style>
span { border-color: #8B663C; }
span { border-color: rgb(139,102,60); }
td.TdClassName
{
border-color: #8B663C;
}
.TagClassName
{
border-color: #8B663C;
}
</style>