Shades of McKenzie #83643B
Tints of McKenzie #83643B
RGB
CMYK
RGB Variations
Color information
#83643B (or 0x83643B) is known color: McKenzie. HEX triplet: 83, 64 and 3B. RGB value is (131,100,59). Sum of RGB (Red+Green+Blue) = 131+100+59=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83643B is #7C9BC4. Grayscale: #686868. Windows color (decimal): -8166341 or 3892355. OLE color: 3892355.
HSL color Cylindrical-coordinate representation of color #83643B: hue angle of 34.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83643B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 59 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.49 |
| HSL | 34.17º | 0.38% | 0.37% | - |
| HSV(B) | 34.17º | 0.55% | 0.51% | - |
| XYZ | 14.71 | 14.26 | 6.11 | - |
| YUV | 104.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 59 | 0 | 0.24 | 0.55 | 0.49 | 34.17 | 0.38 | 0.37 |
| Hex | 83 | 64 | 3B | 0 | 18 | 37 | 31 | 22 | 26 | 25 |
| Octal | 203 | 144 | 73 | 0 | 30 | 67 | 61 | 42 | 46 | 45 |
| Binary | 10000011 | 1100100 | 111011 | 0 | 11000 | 110111 | 110001 | 100010 | 100110 | 100101 |
Color Harmonies of #83643B
Complementary color
Monochromatic Colors of #83643B
Black with #83643B
Text Example
Text Example
White with #83643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83643B; }
p { color: rgb(131,100,59); }
H1.HeaderClassName
{
color: #83643B;
}
.AnyTagClassName
{
color: #83643B;
}
</style>
background-color css
<style>
a { background-color: #83643B; }
a { background-color: rgb(131,100,59); }
div.DivClassName
{
background-color: #83643B;
}
.BgClassName
{
background-color: #83643B;
}
</style>
border-color css
<style>
span { border-color: #83643B; }
span { border-color: rgb(131,100,59); }
td.TdClassName
{
border-color: #83643B;
}
.TagClassName
{
border-color: #83643B;
}
</style>