Shades of McKenzie #8C6E3D
Tints of McKenzie #8C6E3D
RGB
CMYK
RGB Variations
Color information
#8C6E3D (or 0x8C6E3D) is known color: McKenzie. HEX triplet: 8C, 6E and 3D. RGB value is (140,110,61). Sum of RGB (Red+Green+Blue) = 140+110+61=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E3D is #7391C2. Grayscale: #717171. Windows color (decimal): -7573955 or 4025996. OLE color: 4025996.
HSL color Cylindrical-coordinate representation of color #8C6E3D: hue angle of 37.22º 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 #8C6E3D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 61 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.45 |
| HSL | 37.22º | 0.39% | 0.39% | - |
| HSV(B) | 37.22º | 0.56% | 0.55% | - |
| XYZ | 17.23 | 17.06 | 6.8 | - |
| YUV | 113.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 61 | 0 | 0.21 | 0.56 | 0.45 | 37.22 | 0.39 | 0.39 |
| Hex | 8C | 6E | 3D | 0 | 15 | 38 | 2D | 25 | 27 | 27 |
| Octal | 214 | 156 | 75 | 0 | 25 | 70 | 55 | 45 | 47 | 47 |
| Binary | 10001100 | 1101110 | 111101 | 0 | 10101 | 111000 | 101101 | 100101 | 100111 | 100111 |
Color Harmonies of #8C6E3D
Complementary color
Monochromatic Colors of #8C6E3D
Black with #8C6E3D
Text Example
Text Example
White with #8C6E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E3D; }
p { color: rgb(140,110,61); }
H1.HeaderClassName
{
color: #8C6E3D;
}
.AnyTagClassName
{
color: #8C6E3D;
}
</style>
background-color css
<style>
a { background-color: #8C6E3D; }
a { background-color: rgb(140,110,61); }
div.DivClassName
{
background-color: #8C6E3D;
}
.BgClassName
{
background-color: #8C6E3D;
}
</style>
border-color css
<style>
span { border-color: #8C6E3D; }
span { border-color: rgb(140,110,61); }
td.TdClassName
{
border-color: #8C6E3D;
}
.TagClassName
{
border-color: #8C6E3D;
}
</style>