Shades of McKenzie #82663E
Tints of McKenzie #82663E
RGB
CMYK
RGB Variations
Color information
#82663E (or 0x82663E) is known color: McKenzie. HEX triplet: 82, 66 and 3E. RGB value is (130,102,62). Sum of RGB (Red+Green+Blue) = 130+102+62=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82663E is #7D99C1. Grayscale: #6A6A6A. Windows color (decimal): -8231362 or 4089474. OLE color: 4089474.
HSL color Cylindrical-coordinate representation of color #82663E: hue angle of 35.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82663E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 62 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.49 |
| HSL | 35.29º | 0.35% | 0.38% | - |
| HSV(B) | 35.29º | 0.52% | 0.51% | - |
| XYZ | 14.83 | 14.6 | 6.59 | - |
| YUV | 105.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 62 | 0 | 0.22 | 0.52 | 0.49 | 35.29 | 0.35 | 0.38 |
| Hex | 82 | 66 | 3E | 0 | 16 | 34 | 31 | 23 | 23 | 26 |
| Octal | 202 | 146 | 76 | 0 | 26 | 64 | 61 | 43 | 43 | 46 |
| Binary | 10000010 | 1100110 | 111110 | 0 | 10110 | 110100 | 110001 | 100011 | 100011 | 100110 |
Color Harmonies of #82663E
Complementary color
Monochromatic Colors of #82663E
Black with #82663E
Text Example
Text Example
White with #82663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82663E; }
p { color: rgb(130,102,62); }
H1.HeaderClassName
{
color: #82663E;
}
.AnyTagClassName
{
color: #82663E;
}
</style>
background-color css
<style>
a { background-color: #82663E; }
a { background-color: rgb(130,102,62); }
div.DivClassName
{
background-color: #82663E;
}
.BgClassName
{
background-color: #82663E;
}
</style>
border-color css
<style>
span { border-color: #82663E; }
span { border-color: rgb(130,102,62); }
td.TdClassName
{
border-color: #82663E;
}
.TagClassName
{
border-color: #82663E;
}
</style>