Shades of McKenzie #83613B
Tints of McKenzie #83613B
RGB
CMYK
RGB Variations
Color information
#83613B (or 0x83613B) is known color: McKenzie. HEX triplet: 83, 61 and 3B. RGB value is (131,97,59). Sum of RGB (Red+Green+Blue) = 131+97+59=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83613B is #7C9EC4. Grayscale: #676767. Windows color (decimal): -8167109 or 3891587. OLE color: 3891587.
HSL color Cylindrical-coordinate representation of color #83613B: hue angle of 31.67º 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 #83613B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 59 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.49 |
| HSL | 31.67º | 0.38% | 0.37% | - |
| HSV(B) | 31.67º | 0.55% | 0.51% | - |
| XYZ | 14.42 | 13.69 | 6.02 | - |
| YUV | 102.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 59 | 0 | 0.26 | 0.55 | 0.49 | 31.67 | 0.38 | 0.37 |
| Hex | 83 | 61 | 3B | 0 | 1A | 37 | 31 | 20 | 26 | 25 |
| Octal | 203 | 141 | 73 | 0 | 32 | 67 | 61 | 40 | 46 | 45 |
| Binary | 10000011 | 1100001 | 111011 | 0 | 11010 | 110111 | 110001 | 100000 | 100110 | 100101 |
Color Harmonies of #83613B
Complementary color
Monochromatic Colors of #83613B
Black with #83613B
Text Example
Text Example
White with #83613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83613B; }
p { color: rgb(131,97,59); }
H1.HeaderClassName
{
color: #83613B;
}
.AnyTagClassName
{
color: #83613B;
}
</style>
background-color css
<style>
a { background-color: #83613B; }
a { background-color: rgb(131,97,59); }
div.DivClassName
{
background-color: #83613B;
}
.BgClassName
{
background-color: #83613B;
}
</style>
border-color css
<style>
span { border-color: #83613B; }
span { border-color: rgb(131,97,59); }
td.TdClassName
{
border-color: #83613B;
}
.TagClassName
{
border-color: #83613B;
}
</style>