Shades of McKenzie #8A653F
Tints of McKenzie #8A653F
RGB
CMYK
RGB Variations
Color information
#8A653F (or 0x8A653F) is known color: McKenzie. HEX triplet: 8A, 65 and 3F. RGB value is (138,101,63). Sum of RGB (Red+Green+Blue) = 138+101+63=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A653F is #759AC0. Grayscale: #6B6B6B. Windows color (decimal): -7707329 or 4154762. OLE color: 4154762.
HSL color Cylindrical-coordinate representation of color #8A653F: hue angle of 30.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A653F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 63 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.46 |
| HSL | 30.4º | 0.37% | 0.39% | - |
| HSV(B) | 30.4º | 0.54% | 0.54% | - |
| XYZ | 16.03 | 15.07 | 6.77 | - |
| YUV | 107.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 63 | 0 | 0.27 | 0.54 | 0.46 | 30.4 | 0.37 | 0.39 |
| Hex | 8A | 65 | 3F | 0 | 1B | 36 | 2E | 1E | 25 | 27 |
| Octal | 212 | 145 | 77 | 0 | 33 | 66 | 56 | 36 | 45 | 47 |
| Binary | 10001010 | 1100101 | 111111 | 0 | 11011 | 110110 | 101110 | 11110 | 100101 | 100111 |
Color Harmonies of #8A653F
Complementary color
Monochromatic Colors of #8A653F
Black with #8A653F
Text Example
Text Example
White with #8A653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A653F; }
p { color: rgb(138,101,63); }
H1.HeaderClassName
{
color: #8A653F;
}
.AnyTagClassName
{
color: #8A653F;
}
</style>
background-color css
<style>
a { background-color: #8A653F; }
a { background-color: rgb(138,101,63); }
div.DivClassName
{
background-color: #8A653F;
}
.BgClassName
{
background-color: #8A653F;
}
</style>
border-color css
<style>
span { border-color: #8A653F; }
span { border-color: rgb(138,101,63); }
td.TdClassName
{
border-color: #8A653F;
}
.TagClassName
{
border-color: #8A653F;
}
</style>