Shades of McKenzie #82683B
Tints of McKenzie #82683B
RGB
CMYK
RGB Variations
Color information
#82683B (or 0x82683B) is known color: McKenzie. HEX triplet: 82, 68 and 3B. RGB value is (130,104,59). Sum of RGB (Red+Green+Blue) = 130+104+59=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82683B is #7D97C4. Grayscale: #6A6A6A. Windows color (decimal): -8230853 or 3893378. OLE color: 3893378.
HSL color Cylindrical-coordinate representation of color #82683B: hue angle of 38.03º 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 #82683B is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 59 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.49 |
| HSL | 38.03º | 0.38% | 0.37% | - |
| HSV(B) | 38.03º | 0.55% | 0.51% | - |
| XYZ | 14.95 | 14.96 | 6.24 | - |
| YUV | 106.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 59 | 0 | 0.2 | 0.55 | 0.49 | 38.03 | 0.38 | 0.37 |
| Hex | 82 | 68 | 3B | 0 | 14 | 37 | 31 | 26 | 26 | 25 |
| Octal | 202 | 150 | 73 | 0 | 24 | 67 | 61 | 46 | 46 | 45 |
| Binary | 10000010 | 1101000 | 111011 | 0 | 10100 | 110111 | 110001 | 100110 | 100110 | 100101 |
Color Harmonies of #82683B
Complementary color
Monochromatic Colors of #82683B
Black with #82683B
Text Example
Text Example
White with #82683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82683B; }
p { color: rgb(130,104,59); }
H1.HeaderClassName
{
color: #82683B;
}
.AnyTagClassName
{
color: #82683B;
}
</style>
background-color css
<style>
a { background-color: #82683B; }
a { background-color: rgb(130,104,59); }
div.DivClassName
{
background-color: #82683B;
}
.BgClassName
{
background-color: #82683B;
}
</style>
border-color css
<style>
span { border-color: #82683B; }
span { border-color: rgb(130,104,59); }
td.TdClassName
{
border-color: #82683B;
}
.TagClassName
{
border-color: #82683B;
}
</style>