Shades of McKenzie #8B6D3C
Tints of McKenzie #8B6D3C
RGB
CMYK
RGB Variations
Color information
#8B6D3C (or 0x8B6D3C) is known color: McKenzie. HEX triplet: 8B, 6D and 3C. RGB value is (139,109,60). Sum of RGB (Red+Green+Blue) = 139+109+60=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6D3C is #7492C3. Grayscale: #707070. Windows color (decimal): -7639748 or 3960203. OLE color: 3960203.
HSL color Cylindrical-coordinate representation of color #8B6D3C: hue angle of 37.22º 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 #8B6D3C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 60 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.45 |
| HSL | 37.22º | 0.4% | 0.39% | - |
| HSV(B) | 37.22º | 0.57% | 0.55% | - |
| XYZ | 16.93 | 16.75 | 6.62 | - |
| YUV | 112.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 60 | 0 | 0.22 | 0.57 | 0.45 | 37.22 | 0.4 | 0.39 |
| Hex | 8B | 6D | 3C | 0 | 16 | 39 | 2D | 25 | 28 | 27 |
| Octal | 213 | 155 | 74 | 0 | 26 | 71 | 55 | 45 | 50 | 47 |
| Binary | 10001011 | 1101101 | 111100 | 0 | 10110 | 111001 | 101101 | 100101 | 101000 | 100111 |
Color Harmonies of #8B6D3C
Complementary color
Monochromatic Colors of #8B6D3C
Black with #8B6D3C
Text Example
Text Example
White with #8B6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D3C; }
p { color: rgb(139,109,60); }
H1.HeaderClassName
{
color: #8B6D3C;
}
.AnyTagClassName
{
color: #8B6D3C;
}
</style>
background-color css
<style>
a { background-color: #8B6D3C; }
a { background-color: rgb(139,109,60); }
div.DivClassName
{
background-color: #8B6D3C;
}
.BgClassName
{
background-color: #8B6D3C;
}
</style>
border-color css
<style>
span { border-color: #8B6D3C; }
span { border-color: rgb(139,109,60); }
td.TdClassName
{
border-color: #8B6D3C;
}
.TagClassName
{
border-color: #8B6D3C;
}
</style>