Shades of McKenzie #8A693E
Tints of McKenzie #8A693E
RGB
CMYK
RGB Variations
Color information
#8A693E (or 0x8A693E) is known color: McKenzie. HEX triplet: 8A, 69 and 3E. RGB value is (138,105,62). Sum of RGB (Red+Green+Blue) = 138+105+62=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A693E is #7596C1. Grayscale: #6E6E6E. Windows color (decimal): -7706306 or 4090250. OLE color: 4090250.
HSL color Cylindrical-coordinate representation of color #8A693E: hue angle of 33.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A693E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 62 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.46 |
| HSL | 33.95º | 0.38% | 0.39% | - |
| HSV(B) | 33.95º | 0.55% | 0.54% | - |
| XYZ | 16.4 | 15.85 | 6.75 | - |
| YUV | 109.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 62 | 0 | 0.24 | 0.55 | 0.46 | 33.95 | 0.38 | 0.39 |
| Hex | 8A | 69 | 3E | 0 | 18 | 37 | 2E | 22 | 26 | 27 |
| Octal | 212 | 151 | 76 | 0 | 30 | 67 | 56 | 42 | 46 | 47 |
| Binary | 10001010 | 1101001 | 111110 | 0 | 11000 | 110111 | 101110 | 100010 | 100110 | 100111 |
Color Harmonies of #8A693E
Complementary color
Monochromatic Colors of #8A693E
Black with #8A693E
Text Example
Text Example
White with #8A693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A693E; }
p { color: rgb(138,105,62); }
H1.HeaderClassName
{
color: #8A693E;
}
.AnyTagClassName
{
color: #8A693E;
}
</style>
background-color css
<style>
a { background-color: #8A693E; }
a { background-color: rgb(138,105,62); }
div.DivClassName
{
background-color: #8A693E;
}
.BgClassName
{
background-color: #8A693E;
}
</style>
border-color css
<style>
span { border-color: #8A693E; }
span { border-color: rgb(138,105,62); }
td.TdClassName
{
border-color: #8A693E;
}
.TagClassName
{
border-color: #8A693E;
}
</style>