Shades of McKenzie #94683F
Tints of McKenzie #94683F
RGB
CMYK
RGB Variations
Color information
#94683F (or 0x94683F) is known color: McKenzie. HEX triplet: 94, 68 and 3F. RGB value is (148,104,63). Sum of RGB (Red+Green+Blue) = 148+104+63=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #94683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94683F is #6B97C0. Grayscale: #707070. Windows color (decimal): -7051201 or 4155540. OLE color: 4155540.
HSL color Cylindrical-coordinate representation of color #94683F: hue angle of 28.94º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94683F is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 63 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.42 |
| HSL | 28.94º | 0.4% | 0.41% | - |
| HSV(B) | 28.94º | 0.57% | 0.58% | - |
| XYZ | 18.06 | 16.56 | 6.95 | - |
| YUV | 112.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 63 | 0 | 0.30 | 0.57 | 0.42 | 28.94 | 0.4 | 0.41 |
| Hex | 94 | 68 | 3F | 0 | 1E | 39 | 2A | 1D | 28 | 29 |
| Octal | 224 | 150 | 77 | 0 | 36 | 71 | 52 | 35 | 50 | 51 |
| Binary | 10010100 | 1101000 | 111111 | 0 | 11110 | 111001 | 101010 | 11101 | 101000 | 101001 |
Color Harmonies of #94683F
Complementary color
Monochromatic Colors of #94683F
Black with #94683F
Text Example
Text Example
White with #94683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94683F; }
p { color: rgb(148,104,63); }
H1.HeaderClassName
{
color: #94683F;
}
.AnyTagClassName
{
color: #94683F;
}
</style>
background-color css
<style>
a { background-color: #94683F; }
a { background-color: rgb(148,104,63); }
div.DivClassName
{
background-color: #94683F;
}
.BgClassName
{
background-color: #94683F;
}
</style>
border-color css
<style>
span { border-color: #94683F; }
span { border-color: rgb(148,104,63); }
td.TdClassName
{
border-color: #94683F;
}
.TagClassName
{
border-color: #94683F;
}
</style>