Shades of McKenzie #7F633D
Tints of McKenzie #7F633D
RGB
CMYK
RGB Variations
Color information
#7F633D (or 0x7F633D) is known color: McKenzie. HEX triplet: 7F, 63 and 3D. RGB value is (127,99,61). Sum of RGB (Red+Green+Blue) = 127+99+61=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F633D is #809CC2. Grayscale: #676767. Windows color (decimal): -8428739 or 4023167. OLE color: 4023167.
HSL color Cylindrical-coordinate representation of color #7F633D: hue angle of 34.55º 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 #7F633D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 61 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.50 |
| HSL | 34.55º | 0.35% | 0.37% | - |
| HSV(B) | 34.55º | 0.52% | 0.5% | - |
| XYZ | 14.06 | 13.77 | 6.33 | - |
| YUV | 103.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 61 | 0 | 0.22 | 0.52 | 0.50 | 34.55 | 0.35 | 0.37 |
| Hex | 7F | 63 | 3D | 0 | 16 | 34 | 32 | 23 | 23 | 25 |
| Octal | 177 | 143 | 75 | 0 | 26 | 64 | 62 | 43 | 43 | 45 |
| Binary | 1111111 | 1100011 | 111101 | 0 | 10110 | 110100 | 110010 | 100011 | 100011 | 100101 |
Color Harmonies of #7F633D
Complementary color
Monochromatic Colors of #7F633D
Black with #7F633D
Text Example
Text Example
White with #7F633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F633D; }
p { color: rgb(127,99,61); }
H1.HeaderClassName
{
color: #7F633D;
}
.AnyTagClassName
{
color: #7F633D;
}
</style>
background-color css
<style>
a { background-color: #7F633D; }
a { background-color: rgb(127,99,61); }
div.DivClassName
{
background-color: #7F633D;
}
.BgClassName
{
background-color: #7F633D;
}
</style>
border-color css
<style>
span { border-color: #7F633D; }
span { border-color: rgb(127,99,61); }
td.TdClassName
{
border-color: #7F633D;
}
.TagClassName
{
border-color: #7F633D;
}
</style>