Shades of McKenzie #83693C
Tints of McKenzie #83693C
RGB
CMYK
RGB Variations
Color information
#83693C (or 0x83693C) is known color: McKenzie. HEX triplet: 83, 69 and 3C. RGB value is (131,105,60). Sum of RGB (Red+Green+Blue) = 131+105+60=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83693C is #7C96C3. Grayscale: #6B6B6B. Windows color (decimal): -8165060 or 3959171. OLE color: 3959171.
HSL color Cylindrical-coordinate representation of color #83693C: hue angle of 38.03º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83693C is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 105 | 60 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.49 |
| HSL | 38.03º | 0.37% | 0.37% | - |
| HSV(B) | 38.03º | 0.54% | 0.51% | - |
| XYZ | 15.23 | 15.25 | 6.42 | - |
| YUV | 107.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 60 | 0 | 0.20 | 0.54 | 0.49 | 38.03 | 0.37 | 0.37 |
| Hex | 83 | 69 | 3C | 0 | 14 | 36 | 31 | 26 | 25 | 25 |
| Octal | 203 | 151 | 74 | 0 | 24 | 66 | 61 | 46 | 45 | 45 |
| Binary | 10000011 | 1101001 | 111100 | 0 | 10100 | 110110 | 110001 | 100110 | 100101 | 100101 |
Color Harmonies of #83693C
Complementary color
Monochromatic Colors of #83693C
Black with #83693C
Text Example
Text Example
White with #83693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83693C; }
p { color: rgb(131,105,60); }
H1.HeaderClassName
{
color: #83693C;
}
.AnyTagClassName
{
color: #83693C;
}
</style>
background-color css
<style>
a { background-color: #83693C; }
a { background-color: rgb(131,105,60); }
div.DivClassName
{
background-color: #83693C;
}
.BgClassName
{
background-color: #83693C;
}
</style>
border-color css
<style>
span { border-color: #83693C; }
span { border-color: rgb(131,105,60); }
td.TdClassName
{
border-color: #83693C;
}
.TagClassName
{
border-color: #83693C;
}
</style>