Shades of McKenzie #8B633C
Tints of McKenzie #8B633C
RGB
CMYK
RGB Variations
Color information
#8B633C (or 0x8B633C) is known color: McKenzie. HEX triplet: 8B, 63 and 3C. RGB value is (139,99,60). Sum of RGB (Red+Green+Blue) = 139+99+60=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B633C is #749CC3. Grayscale: #6A6A6A. Windows color (decimal): -7642308 or 3957643. OLE color: 3957643.
HSL color Cylindrical-coordinate representation of color #8B633C: hue angle of 29.62º 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 #8B633C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 60 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.45 |
| HSL | 29.62º | 0.4% | 0.39% | - |
| HSV(B) | 29.62º | 0.57% | 0.55% | - |
| XYZ | 15.92 | 14.74 | 6.28 | - |
| YUV | 106.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 60 | 0 | 0.29 | 0.57 | 0.45 | 29.62 | 0.4 | 0.39 |
| Hex | 8B | 63 | 3C | 0 | 1D | 39 | 2D | 1E | 28 | 27 |
| Octal | 213 | 143 | 74 | 0 | 35 | 71 | 55 | 36 | 50 | 47 |
| Binary | 10001011 | 1100011 | 111100 | 0 | 11101 | 111001 | 101101 | 11110 | 101000 | 100111 |
Color Harmonies of #8B633C
Complementary color
Monochromatic Colors of #8B633C
Black with #8B633C
Text Example
Text Example
White with #8B633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B633C; }
p { color: rgb(139,99,60); }
H1.HeaderClassName
{
color: #8B633C;
}
.AnyTagClassName
{
color: #8B633C;
}
</style>
background-color css
<style>
a { background-color: #8B633C; }
a { background-color: rgb(139,99,60); }
div.DivClassName
{
background-color: #8B633C;
}
.BgClassName
{
background-color: #8B633C;
}
</style>
border-color css
<style>
span { border-color: #8B633C; }
span { border-color: rgb(139,99,60); }
td.TdClassName
{
border-color: #8B633C;
}
.TagClassName
{
border-color: #8B633C;
}
</style>