Shades of McKenzie #83693E
Tints of McKenzie #83693E
RGB
CMYK
RGB Variations
Color information
#83693E (or 0x83693E) is known color: McKenzie. HEX triplet: 83, 69 and 3E. RGB value is (131,105,62). Sum of RGB (Red+Green+Blue) = 131+105+62=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #83693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83693E is #7C96C1. Grayscale: #6C6C6C. Windows color (decimal): -8165058 or 4090243. OLE color: 4090243.
HSL color Cylindrical-coordinate representation of color #83693E: hue angle of 37.39º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83693E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 105 | 62 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.49 |
| HSL | 37.39º | 0.36% | 0.38% | - |
| HSV(B) | 37.39º | 0.53% | 0.51% | - |
| XYZ | 15.28 | 15.28 | 6.7 | - |
| YUV | 107.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 62 | 0 | 0.20 | 0.53 | 0.49 | 37.39 | 0.36 | 0.38 |
| Hex | 83 | 69 | 3E | 0 | 14 | 35 | 31 | 25 | 24 | 26 |
| Octal | 203 | 151 | 76 | 0 | 24 | 65 | 61 | 45 | 44 | 46 |
| Binary | 10000011 | 1101001 | 111110 | 0 | 10100 | 110101 | 110001 | 100101 | 100100 | 100110 |
Color Harmonies of #83693E
Complementary color
Monochromatic Colors of #83693E
Black with #83693E
Text Example
Text Example
White with #83693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83693E; }
p { color: rgb(131,105,62); }
H1.HeaderClassName
{
color: #83693E;
}
.AnyTagClassName
{
color: #83693E;
}
</style>
background-color css
<style>
a { background-color: #83693E; }
a { background-color: rgb(131,105,62); }
div.DivClassName
{
background-color: #83693E;
}
.BgClassName
{
background-color: #83693E;
}
</style>
border-color css
<style>
span { border-color: #83693E; }
span { border-color: rgb(131,105,62); }
td.TdClassName
{
border-color: #83693E;
}
.TagClassName
{
border-color: #83693E;
}
</style>