Shades of McKenzie #8B6C3D
Tints of McKenzie #8B6C3D
RGB
CMYK
RGB Variations
Color information
#8B6C3D (or 0x8B6C3D) is known color: McKenzie. HEX triplet: 8B, 6C and 3D. RGB value is (139,108,61). Sum of RGB (Red+Green+Blue) = 139+108+61=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C3D is #7493C2. Grayscale: #707070. Windows color (decimal): -7640003 or 4025483. OLE color: 4025483.
HSL color Cylindrical-coordinate representation of color #8B6C3D: hue angle of 36.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B6C3D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 61 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.45 |
| HSL | 36.15º | 0.39% | 0.39% | - |
| HSV(B) | 36.15º | 0.56% | 0.55% | - |
| XYZ | 16.85 | 16.55 | 6.72 | - |
| YUV | 111.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 61 | 0 | 0.22 | 0.56 | 0.45 | 36.15 | 0.39 | 0.39 |
| Hex | 8B | 6C | 3D | 0 | 16 | 38 | 2D | 24 | 27 | 27 |
| Octal | 213 | 154 | 75 | 0 | 26 | 70 | 55 | 44 | 47 | 47 |
| Binary | 10001011 | 1101100 | 111101 | 0 | 10110 | 111000 | 101101 | 100100 | 100111 | 100111 |
Color Harmonies of #8B6C3D
Complementary color
Monochromatic Colors of #8B6C3D
Black with #8B6C3D
Text Example
Text Example
White with #8B6C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C3D; }
p { color: rgb(139,108,61); }
H1.HeaderClassName
{
color: #8B6C3D;
}
.AnyTagClassName
{
color: #8B6C3D;
}
</style>
background-color css
<style>
a { background-color: #8B6C3D; }
a { background-color: rgb(139,108,61); }
div.DivClassName
{
background-color: #8B6C3D;
}
.BgClassName
{
background-color: #8B6C3D;
}
</style>
border-color css
<style>
span { border-color: #8B6C3D; }
span { border-color: rgb(139,108,61); }
td.TdClassName
{
border-color: #8B6C3D;
}
.TagClassName
{
border-color: #8B6C3D;
}
</style>