Shades of McKenzie #8A6F3C
Tints of McKenzie #8A6F3C
RGB
CMYK
RGB Variations
Color information
#8A6F3C (or 0x8A6F3C) is known color: McKenzie. HEX triplet: 8A, 6F and 3C. RGB value is (138,111,60). Sum of RGB (Red+Green+Blue) = 138+111+60=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F3C is #7590C3. Grayscale: #717171. Windows color (decimal): -7704772 or 3960714. OLE color: 3960714.
HSL color Cylindrical-coordinate representation of color #8A6F3C: hue angle of 39.23º 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 #8A6F3C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 111 | 60 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.46 |
| HSL | 39.23º | 0.39% | 0.39% | - |
| HSV(B) | 39.23º | 0.57% | 0.54% | - |
| XYZ | 16.98 | 17.1 | 6.68 | - |
| YUV | 113.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 60 | 0 | 0.20 | 0.57 | 0.46 | 39.23 | 0.39 | 0.39 |
| Hex | 8A | 6F | 3C | 0 | 14 | 39 | 2E | 27 | 27 | 27 |
| Octal | 212 | 157 | 74 | 0 | 24 | 71 | 56 | 47 | 47 | 47 |
| Binary | 10001010 | 1101111 | 111100 | 0 | 10100 | 111001 | 101110 | 100111 | 100111 | 100111 |
Color Harmonies of #8A6F3C
Complementary color
Monochromatic Colors of #8A6F3C
Black with #8A6F3C
Text Example
Text Example
White with #8A6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6F3C; }
p { color: rgb(138,111,60); }
H1.HeaderClassName
{
color: #8A6F3C;
}
.AnyTagClassName
{
color: #8A6F3C;
}
</style>
background-color css
<style>
a { background-color: #8A6F3C; }
a { background-color: rgb(138,111,60); }
div.DivClassName
{
background-color: #8A6F3C;
}
.BgClassName
{
background-color: #8A6F3C;
}
</style>
border-color css
<style>
span { border-color: #8A6F3C; }
span { border-color: rgb(138,111,60); }
td.TdClassName
{
border-color: #8A6F3C;
}
.TagClassName
{
border-color: #8A6F3C;
}
</style>