Shades of McKenzie #82643C
Tints of McKenzie #82643C
RGB
CMYK
RGB Variations
Color information
#82643C (or 0x82643C) is known color: McKenzie. HEX triplet: 82, 64 and 3C. RGB value is (130,100,60). Sum of RGB (Red+Green+Blue) = 130+100+60=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82643C is #7D9BC3. Grayscale: #686868. Windows color (decimal): -8231876 or 3957890. OLE color: 3957890.
HSL color Cylindrical-coordinate representation of color #82643C: hue angle of 34.29º 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 #82643C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 60 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.49 |
| HSL | 34.29º | 0.37% | 0.37% | - |
| HSV(B) | 34.29º | 0.54% | 0.51% | - |
| XYZ | 14.58 | 14.19 | 6.24 | - |
| YUV | 104.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 60 | 0 | 0.23 | 0.54 | 0.49 | 34.29 | 0.37 | 0.37 |
| Hex | 82 | 64 | 3C | 0 | 17 | 36 | 31 | 22 | 25 | 25 |
| Octal | 202 | 144 | 74 | 0 | 27 | 66 | 61 | 42 | 45 | 45 |
| Binary | 10000010 | 1100100 | 111100 | 0 | 10111 | 110110 | 110001 | 100010 | 100101 | 100101 |
Color Harmonies of #82643C
Complementary color
Monochromatic Colors of #82643C
Black with #82643C
Text Example
Text Example
White with #82643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82643C; }
p { color: rgb(130,100,60); }
H1.HeaderClassName
{
color: #82643C;
}
.AnyTagClassName
{
color: #82643C;
}
</style>
background-color css
<style>
a { background-color: #82643C; }
a { background-color: rgb(130,100,60); }
div.DivClassName
{
background-color: #82643C;
}
.BgClassName
{
background-color: #82643C;
}
</style>
border-color css
<style>
span { border-color: #82643C; }
span { border-color: rgb(130,100,60); }
td.TdClassName
{
border-color: #82643C;
}
.TagClassName
{
border-color: #82643C;
}
</style>