Shades of McKenzie #80653D
Tints of McKenzie #80653D
RGB
CMYK
RGB Variations
Color information
#80653D (or 0x80653D) is known color: McKenzie. HEX triplet: 80, 65 and 3D. RGB value is (128,101,61). Sum of RGB (Red+Green+Blue) = 128+101+61=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80653D is #7F9AC2. Grayscale: #686868. Windows color (decimal): -8362691 or 4023680. OLE color: 4023680.
HSL color Cylindrical-coordinate representation of color #80653D: hue angle of 35.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80653D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 61 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.50 |
| HSL | 35.82º | 0.35% | 0.37% | - |
| HSV(B) | 35.82º | 0.52% | 0.5% | - |
| XYZ | 14.4 | 14.23 | 6.4 | - |
| YUV | 104.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 61 | 0 | 0.21 | 0.52 | 0.50 | 35.82 | 0.35 | 0.37 |
| Hex | 80 | 65 | 3D | 0 | 15 | 34 | 32 | 24 | 23 | 25 |
| Octal | 200 | 145 | 75 | 0 | 25 | 64 | 62 | 44 | 43 | 45 |
| Binary | 10000000 | 1100101 | 111101 | 0 | 10101 | 110100 | 110010 | 100100 | 100011 | 100101 |
Color Harmonies of #80653D
Complementary color
Monochromatic Colors of #80653D
Black with #80653D
Text Example
Text Example
White with #80653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80653D; }
p { color: rgb(128,101,61); }
H1.HeaderClassName
{
color: #80653D;
}
.AnyTagClassName
{
color: #80653D;
}
</style>
background-color css
<style>
a { background-color: #80653D; }
a { background-color: rgb(128,101,61); }
div.DivClassName
{
background-color: #80653D;
}
.BgClassName
{
background-color: #80653D;
}
</style>
border-color css
<style>
span { border-color: #80653D; }
span { border-color: rgb(128,101,61); }
td.TdClassName
{
border-color: #80653D;
}
.TagClassName
{
border-color: #80653D;
}
</style>