Shades of McKenzie #8B693C
Tints of McKenzie #8B693C
RGB
CMYK
RGB Variations
Color information
#8B693C (or 0x8B693C) is known color: McKenzie. HEX triplet: 8B, 69 and 3C. RGB value is (139,105,60). Sum of RGB (Red+Green+Blue) = 139+105+60=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B693C is #7496C3. Grayscale: #6E6E6E. Windows color (decimal): -7640772 or 3959179. OLE color: 3959179.
HSL color Cylindrical-coordinate representation of color #8B693C: hue angle of 34.18º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B693C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 60 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.45 |
| HSL | 34.18º | 0.4% | 0.39% | - |
| HSV(B) | 34.18º | 0.57% | 0.55% | - |
| XYZ | 16.51 | 15.92 | 6.48 | - |
| YUV | 110.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 60 | 0 | 0.24 | 0.57 | 0.45 | 34.18 | 0.4 | 0.39 |
| Hex | 8B | 69 | 3C | 0 | 18 | 39 | 2D | 22 | 28 | 27 |
| Octal | 213 | 151 | 74 | 0 | 30 | 71 | 55 | 42 | 50 | 47 |
| Binary | 10001011 | 1101001 | 111100 | 0 | 11000 | 111001 | 101101 | 100010 | 101000 | 100111 |
Color Harmonies of #8B693C
Complementary color
Monochromatic Colors of #8B693C
Black with #8B693C
Text Example
Text Example
White with #8B693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B693C; }
p { color: rgb(139,105,60); }
H1.HeaderClassName
{
color: #8B693C;
}
.AnyTagClassName
{
color: #8B693C;
}
</style>
background-color css
<style>
a { background-color: #8B693C; }
a { background-color: rgb(139,105,60); }
div.DivClassName
{
background-color: #8B693C;
}
.BgClassName
{
background-color: #8B693C;
}
</style>
border-color css
<style>
span { border-color: #8B693C; }
span { border-color: rgb(139,105,60); }
td.TdClassName
{
border-color: #8B693C;
}
.TagClassName
{
border-color: #8B693C;
}
</style>