Shades of McKenzie #906F3F
Tints of McKenzie #906F3F
RGB
CMYK
RGB Variations
Color information
#906F3F (or 0x906F3F) is known color: McKenzie. HEX triplet: 90, 6F and 3F. RGB value is (144,111,63). Sum of RGB (Red+Green+Blue) = 144+111+63=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #906F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906F3F is #6F90C0. Grayscale: #737373. Windows color (decimal): -7311553 or 4157328. OLE color: 4157328.
HSL color Cylindrical-coordinate representation of color #906F3F: hue angle of 35.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906F3F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 63 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.44 |
| HSL | 35.56º | 0.39% | 0.41% | - |
| HSV(B) | 35.56º | 0.56% | 0.56% | - |
| XYZ | 18.08 | 17.66 | 7.16 | - |
| YUV | 115.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 63 | 0 | 0.23 | 0.56 | 0.44 | 35.56 | 0.39 | 0.41 |
| Hex | 90 | 6F | 3F | 0 | 17 | 38 | 2C | 24 | 27 | 29 |
| Octal | 220 | 157 | 77 | 0 | 27 | 70 | 54 | 44 | 47 | 51 |
| Binary | 10010000 | 1101111 | 111111 | 0 | 10111 | 111000 | 101100 | 100100 | 100111 | 101001 |
Color Harmonies of #906F3F
Complementary color
Monochromatic Colors of #906F3F
Black with #906F3F
Text Example
Text Example
White with #906F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F3F; }
p { color: rgb(144,111,63); }
H1.HeaderClassName
{
color: #906F3F;
}
.AnyTagClassName
{
color: #906F3F;
}
</style>
background-color css
<style>
a { background-color: #906F3F; }
a { background-color: rgb(144,111,63); }
div.DivClassName
{
background-color: #906F3F;
}
.BgClassName
{
background-color: #906F3F;
}
</style>
border-color css
<style>
span { border-color: #906F3F; }
span { border-color: rgb(144,111,63); }
td.TdClassName
{
border-color: #906F3F;
}
.TagClassName
{
border-color: #906F3F;
}
</style>