Shades of McKenzie #8B603C
Tints of McKenzie #8B603C
RGB
CMYK
RGB Variations
Color information
#8B603C (or 0x8B603C) is known color: McKenzie. HEX triplet: 8B, 60 and 3C. RGB value is (139,96,60). Sum of RGB (Red+Green+Blue) = 139+96+60=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B603C is #749FC3. Grayscale: #686868. Windows color (decimal): -7643076 or 3956875. OLE color: 3956875.
HSL color Cylindrical-coordinate representation of color #8B603C: hue angle of 27.34º 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 #8B603C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 60 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.45 |
| HSL | 27.34º | 0.4% | 0.39% | - |
| HSV(B) | 27.34º | 0.57% | 0.55% | - |
| XYZ | 15.65 | 14.18 | 6.19 | - |
| YUV | 104.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 60 | 0 | 0.31 | 0.57 | 0.45 | 27.34 | 0.4 | 0.39 |
| Hex | 8B | 60 | 3C | 0 | 1F | 39 | 2D | 1B | 28 | 27 |
| Octal | 213 | 140 | 74 | 0 | 37 | 71 | 55 | 33 | 50 | 47 |
| Binary | 10001011 | 1100000 | 111100 | 0 | 11111 | 111001 | 101101 | 11011 | 101000 | 100111 |
Color Harmonies of #8B603C
Complementary color
Monochromatic Colors of #8B603C
Black with #8B603C
Text Example
Text Example
White with #8B603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B603C; }
p { color: rgb(139,96,60); }
H1.HeaderClassName
{
color: #8B603C;
}
.AnyTagClassName
{
color: #8B603C;
}
</style>
background-color css
<style>
a { background-color: #8B603C; }
a { background-color: rgb(139,96,60); }
div.DivClassName
{
background-color: #8B603C;
}
.BgClassName
{
background-color: #8B603C;
}
</style>
border-color css
<style>
span { border-color: #8B603C; }
span { border-color: rgb(139,96,60); }
td.TdClassName
{
border-color: #8B603C;
}
.TagClassName
{
border-color: #8B603C;
}
</style>