Shades of McKenzie #906F3D
Tints of McKenzie #906F3D
RGB
CMYK
RGB Variations
Color information
#906F3D (or 0x906F3D) is known color: McKenzie. HEX triplet: 90, 6F and 3D. RGB value is (144,111,61). Sum of RGB (Red+Green+Blue) = 144+111+61=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #906F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906F3D is #6F90C2. Grayscale: #737373. Windows color (decimal): -7311555 or 4026256. OLE color: 4026256.
HSL color Cylindrical-coordinate representation of color #906F3D: hue angle of 36.14º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906F3D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 61 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.44 |
| HSL | 36.14º | 0.4% | 0.4% | - |
| HSV(B) | 36.14º | 0.58% | 0.56% | - |
| XYZ | 18.03 | 17.64 | 6.87 | - |
| YUV | 115.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 61 | 0 | 0.23 | 0.58 | 0.44 | 36.14 | 0.4 | 0.4 |
| Hex | 90 | 6F | 3D | 0 | 17 | 3A | 2C | 24 | 28 | 28 |
| Octal | 220 | 157 | 75 | 0 | 27 | 72 | 54 | 44 | 50 | 50 |
| Binary | 10010000 | 1101111 | 111101 | 0 | 10111 | 111010 | 101100 | 100100 | 101000 | 101000 |
Color Harmonies of #906F3D
Complementary color
Monochromatic Colors of #906F3D
Black with #906F3D
Text Example
Text Example
White with #906F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F3D; }
p { color: rgb(144,111,61); }
H1.HeaderClassName
{
color: #906F3D;
}
.AnyTagClassName
{
color: #906F3D;
}
</style>
background-color css
<style>
a { background-color: #906F3D; }
a { background-color: rgb(144,111,61); }
div.DivClassName
{
background-color: #906F3D;
}
.BgClassName
{
background-color: #906F3D;
}
</style>
border-color css
<style>
span { border-color: #906F3D; }
span { border-color: rgb(144,111,61); }
td.TdClassName
{
border-color: #906F3D;
}
.TagClassName
{
border-color: #906F3D;
}
</style>