Shades of McKenzie #8A643D
Tints of McKenzie #8A643D
RGB
CMYK
RGB Variations
Color information
#8A643D (or 0x8A643D) is known color: McKenzie. HEX triplet: 8A, 64 and 3D. RGB value is (138,100,61). Sum of RGB (Red+Green+Blue) = 138+100+61=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A643D is #759BC2. Grayscale: #6B6B6B. Windows color (decimal): -7707587 or 4023434. OLE color: 4023434.
HSL color Cylindrical-coordinate representation of color #8A643D: hue angle of 30.39º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A643D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 61 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.46 |
| HSL | 30.39º | 0.39% | 0.39% | - |
| HSV(B) | 30.39º | 0.56% | 0.54% | - |
| XYZ | 15.88 | 14.85 | 6.45 | - |
| YUV | 106.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 61 | 0 | 0.28 | 0.56 | 0.46 | 30.39 | 0.39 | 0.39 |
| Hex | 8A | 64 | 3D | 0 | 1C | 38 | 2E | 1E | 27 | 27 |
| Octal | 212 | 144 | 75 | 0 | 34 | 70 | 56 | 36 | 47 | 47 |
| Binary | 10001010 | 1100100 | 111101 | 0 | 11100 | 111000 | 101110 | 11110 | 100111 | 100111 |
Color Harmonies of #8A643D
Complementary color
Monochromatic Colors of #8A643D
Black with #8A643D
Text Example
Text Example
White with #8A643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A643D; }
p { color: rgb(138,100,61); }
H1.HeaderClassName
{
color: #8A643D;
}
.AnyTagClassName
{
color: #8A643D;
}
</style>
background-color css
<style>
a { background-color: #8A643D; }
a { background-color: rgb(138,100,61); }
div.DivClassName
{
background-color: #8A643D;
}
.BgClassName
{
background-color: #8A643D;
}
</style>
border-color css
<style>
span { border-color: #8A643D; }
span { border-color: rgb(138,100,61); }
td.TdClassName
{
border-color: #8A643D;
}
.TagClassName
{
border-color: #8A643D;
}
</style>