Shades of McKenzie #8A6B3C
Tints of McKenzie #8A6B3C
RGB
CMYK
RGB Variations
Color information
#8A6B3C (or 0x8A6B3C) is known color: McKenzie. HEX triplet: 8A, 6B and 3C. RGB value is (138,107,60). Sum of RGB (Red+Green+Blue) = 138+107+60=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6B3C is #7594C3. Grayscale: #6F6F6F. Windows color (decimal): -7705796 or 3959690. OLE color: 3959690.
HSL color Cylindrical-coordinate representation of color #8A6B3C: hue angle of 36.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A6B3C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 60 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.46 |
| HSL | 36.15º | 0.39% | 0.39% | - |
| HSV(B) | 36.15º | 0.57% | 0.54% | - |
| XYZ | 16.55 | 16.24 | 6.54 | - |
| YUV | 110.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 60 | 0 | 0.22 | 0.57 | 0.46 | 36.15 | 0.39 | 0.39 |
| Hex | 8A | 6B | 3C | 0 | 16 | 39 | 2E | 24 | 27 | 27 |
| Octal | 212 | 153 | 74 | 0 | 26 | 71 | 56 | 44 | 47 | 47 |
| Binary | 10001010 | 1101011 | 111100 | 0 | 10110 | 111001 | 101110 | 100100 | 100111 | 100111 |
Color Harmonies of #8A6B3C
Complementary color
Monochromatic Colors of #8A6B3C
Black with #8A6B3C
Text Example
Text Example
White with #8A6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B3C; }
p { color: rgb(138,107,60); }
H1.HeaderClassName
{
color: #8A6B3C;
}
.AnyTagClassName
{
color: #8A6B3C;
}
</style>
background-color css
<style>
a { background-color: #8A6B3C; }
a { background-color: rgb(138,107,60); }
div.DivClassName
{
background-color: #8A6B3C;
}
.BgClassName
{
background-color: #8A6B3C;
}
</style>
border-color css
<style>
span { border-color: #8A6B3C; }
span { border-color: rgb(138,107,60); }
td.TdClassName
{
border-color: #8A6B3C;
}
.TagClassName
{
border-color: #8A6B3C;
}
</style>