Shades of McKenzie #8B693F
Tints of McKenzie #8B693F
RGB
CMYK
RGB Variations
Color information
#8B693F (or 0x8B693F) is known color: McKenzie. HEX triplet: 8B, 69 and 3F. RGB value is (139,105,63). Sum of RGB (Red+Green+Blue) = 139+105+63=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B693F is #7496C0. Grayscale: #6E6E6E. Windows color (decimal): -7640769 or 4155787. OLE color: 4155787.
HSL color Cylindrical-coordinate representation of color #8B693F: hue angle of 33.16º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B693F is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 63 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.45 |
| HSL | 33.16º | 0.38% | 0.4% | - |
| HSV(B) | 33.16º | 0.55% | 0.55% | - |
| XYZ | 16.6 | 15.95 | 6.91 | - |
| YUV | 110.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 63 | 0 | 0.24 | 0.55 | 0.45 | 33.16 | 0.38 | 0.4 |
| Hex | 8B | 69 | 3F | 0 | 18 | 37 | 2D | 21 | 26 | 28 |
| Octal | 213 | 151 | 77 | 0 | 30 | 67 | 55 | 41 | 46 | 50 |
| Binary | 10001011 | 1101001 | 111111 | 0 | 11000 | 110111 | 101101 | 100001 | 100110 | 101000 |
Color Harmonies of #8B693F
Complementary color
Monochromatic Colors of #8B693F
Black with #8B693F
Text Example
Text Example
White with #8B693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B693F; }
p { color: rgb(139,105,63); }
H1.HeaderClassName
{
color: #8B693F;
}
.AnyTagClassName
{
color: #8B693F;
}
</style>
background-color css
<style>
a { background-color: #8B693F; }
a { background-color: rgb(139,105,63); }
div.DivClassName
{
background-color: #8B693F;
}
.BgClassName
{
background-color: #8B693F;
}
</style>
border-color css
<style>
span { border-color: #8B693F; }
span { border-color: rgb(139,105,63); }
td.TdClassName
{
border-color: #8B693F;
}
.TagClassName
{
border-color: #8B693F;
}
</style>