Shades of McKenzie #82663C
Tints of McKenzie #82663C
RGB
CMYK
RGB Variations
Color information
#82663C (or 0x82663C) is known color: McKenzie. HEX triplet: 82, 66 and 3C. RGB value is (130,102,60). Sum of RGB (Red+Green+Blue) = 130+102+60=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82663C is #7D99C3. Grayscale: #696969. Windows color (decimal): -8231364 or 3958402. OLE color: 3958402.
HSL color Cylindrical-coordinate representation of color #82663C: hue angle of 36º 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 #82663C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 60 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.49 |
| HSL | 36º | 0.37% | 0.37% | - |
| HSV(B) | 36º | 0.54% | 0.51% | - |
| XYZ | 14.77 | 14.57 | 6.31 | - |
| YUV | 105.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 60 | 0 | 0.22 | 0.54 | 0.49 | 36 | 0.37 | 0.37 |
| Hex | 82 | 66 | 3C | 0 | 16 | 36 | 31 | 24 | 25 | 25 |
| Octal | 202 | 146 | 74 | 0 | 26 | 66 | 61 | 44 | 45 | 45 |
| Binary | 10000010 | 1100110 | 111100 | 0 | 10110 | 110110 | 110001 | 100100 | 100101 | 100101 |
Color Harmonies of #82663C
Complementary color
Monochromatic Colors of #82663C
Black with #82663C
Text Example
Text Example
White with #82663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82663C; }
p { color: rgb(130,102,60); }
H1.HeaderClassName
{
color: #82663C;
}
.AnyTagClassName
{
color: #82663C;
}
</style>
background-color css
<style>
a { background-color: #82663C; }
a { background-color: rgb(130,102,60); }
div.DivClassName
{
background-color: #82663C;
}
.BgClassName
{
background-color: #82663C;
}
</style>
border-color css
<style>
span { border-color: #82663C; }
span { border-color: rgb(130,102,60); }
td.TdClassName
{
border-color: #82663C;
}
.TagClassName
{
border-color: #82663C;
}
</style>