Shades of McKenzie #916D3D
Tints of McKenzie #916D3D
RGB
CMYK
RGB Variations
Color information
#916D3D (or 0x916D3D) is known color: McKenzie. HEX triplet: 91, 6D and 3D. RGB value is (145,109,61). Sum of RGB (Red+Green+Blue) = 145+109+61=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #916D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D3D is #6E92C2. Grayscale: #727272. Windows color (decimal): -7246531 or 4025745. OLE color: 4025745.
HSL color Cylindrical-coordinate representation of color #916D3D: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #916D3D is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 61 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.43 |
| HSL | 34.29º | 0.41% | 0.4% | - |
| HSV(B) | 34.29º | 0.58% | 0.57% | - |
| XYZ | 17.99 | 17.29 | 6.8 | - |
| YUV | 114.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 61 | 0 | 0.25 | 0.58 | 0.43 | 34.29 | 0.41 | 0.4 |
| Hex | 91 | 6D | 3D | 0 | 19 | 3A | 2B | 22 | 29 | 28 |
| Octal | 221 | 155 | 75 | 0 | 31 | 72 | 53 | 42 | 51 | 50 |
| Binary | 10010001 | 1101101 | 111101 | 0 | 11001 | 111010 | 101011 | 100010 | 101001 | 101000 |
Color Harmonies of #916D3D
Complementary color
Monochromatic Colors of #916D3D
Black with #916D3D
Text Example
Text Example
White with #916D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D3D; }
p { color: rgb(145,109,61); }
H1.HeaderClassName
{
color: #916D3D;
}
.AnyTagClassName
{
color: #916D3D;
}
</style>
background-color css
<style>
a { background-color: #916D3D; }
a { background-color: rgb(145,109,61); }
div.DivClassName
{
background-color: #916D3D;
}
.BgClassName
{
background-color: #916D3D;
}
</style>
border-color css
<style>
span { border-color: #916D3D; }
span { border-color: rgb(145,109,61); }
td.TdClassName
{
border-color: #916D3D;
}
.TagClassName
{
border-color: #916D3D;
}
</style>