Shades of McKenzie #8B673C
Tints of McKenzie #8B673C
RGB
CMYK
RGB Variations
Color information
#8B673C (or 0x8B673C) is known color: McKenzie. HEX triplet: 8B, 67 and 3C. RGB value is (139,103,60). Sum of RGB (Red+Green+Blue) = 139+103+60=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B673C is #7498C3. Grayscale: #6D6D6D. Windows color (decimal): -7641284 or 3958667. OLE color: 3958667.
HSL color Cylindrical-coordinate representation of color #8B673C: hue angle of 32.66º 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 #8B673C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 60 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.45 |
| HSL | 32.66º | 0.4% | 0.39% | - |
| HSV(B) | 32.66º | 0.57% | 0.55% | - |
| XYZ | 16.31 | 15.52 | 6.41 | - |
| YUV | 108.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 60 | 0 | 0.26 | 0.57 | 0.45 | 32.66 | 0.4 | 0.39 |
| Hex | 8B | 67 | 3C | 0 | 1A | 39 | 2D | 21 | 28 | 27 |
| Octal | 213 | 147 | 74 | 0 | 32 | 71 | 55 | 41 | 50 | 47 |
| Binary | 10001011 | 1100111 | 111100 | 0 | 11010 | 111001 | 101101 | 100001 | 101000 | 100111 |
Color Harmonies of #8B673C
Complementary color
Monochromatic Colors of #8B673C
Black with #8B673C
Text Example
Text Example
White with #8B673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B673C; }
p { color: rgb(139,103,60); }
H1.HeaderClassName
{
color: #8B673C;
}
.AnyTagClassName
{
color: #8B673C;
}
</style>
background-color css
<style>
a { background-color: #8B673C; }
a { background-color: rgb(139,103,60); }
div.DivClassName
{
background-color: #8B673C;
}
.BgClassName
{
background-color: #8B673C;
}
</style>
border-color css
<style>
span { border-color: #8B673C; }
span { border-color: rgb(139,103,60); }
td.TdClassName
{
border-color: #8B673C;
}
.TagClassName
{
border-color: #8B673C;
}
</style>