Shades of McKenzie #8B6F3C
Tints of McKenzie #8B6F3C
RGB
CMYK
RGB Variations
Color information
#8B6F3C (or 0x8B6F3C) is known color: McKenzie. HEX triplet: 8B, 6F and 3C. RGB value is (139,111,60). Sum of RGB (Red+Green+Blue) = 139+111+60=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F3C is #7490C3. Grayscale: #717171. Windows color (decimal): -7639236 or 3960715. OLE color: 3960715.
HSL color Cylindrical-coordinate representation of color #8B6F3C: hue angle of 38.73º 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 #8B6F3C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 60 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.45 |
| HSL | 38.73º | 0.4% | 0.39% | - |
| HSV(B) | 38.73º | 0.57% | 0.55% | - |
| XYZ | 17.15 | 17.18 | 6.69 | - |
| YUV | 113.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 60 | 0 | 0.20 | 0.57 | 0.45 | 38.73 | 0.4 | 0.39 |
| Hex | 8B | 6F | 3C | 0 | 14 | 39 | 2D | 27 | 28 | 27 |
| Octal | 213 | 157 | 74 | 0 | 24 | 71 | 55 | 47 | 50 | 47 |
| Binary | 10001011 | 1101111 | 111100 | 0 | 10100 | 111001 | 101101 | 100111 | 101000 | 100111 |
Color Harmonies of #8B6F3C
Complementary color
Monochromatic Colors of #8B6F3C
Black with #8B6F3C
Text Example
Text Example
White with #8B6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F3C; }
p { color: rgb(139,111,60); }
H1.HeaderClassName
{
color: #8B6F3C;
}
.AnyTagClassName
{
color: #8B6F3C;
}
</style>
background-color css
<style>
a { background-color: #8B6F3C; }
a { background-color: rgb(139,111,60); }
div.DivClassName
{
background-color: #8B6F3C;
}
.BgClassName
{
background-color: #8B6F3C;
}
</style>
border-color css
<style>
span { border-color: #8B6F3C; }
span { border-color: rgb(139,111,60); }
td.TdClassName
{
border-color: #8B6F3C;
}
.TagClassName
{
border-color: #8B6F3C;
}
</style>