Shades of McKenzie #94683C
Tints of McKenzie #94683C
RGB
CMYK
RGB Variations
Color information
#94683C (or 0x94683C) is known color: McKenzie. HEX triplet: 94, 68 and 3C. RGB value is (148,104,60). Sum of RGB (Red+Green+Blue) = 148+104+60=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94683C is #6B97C3. Grayscale: #707070. Windows color (decimal): -7051204 or 3958932. OLE color: 3958932.
HSL color Cylindrical-coordinate representation of color #94683C: hue angle of 30º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94683C is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 60 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.42 |
| HSL | 30º | 0.42% | 0.41% | - |
| HSV(B) | 30º | 0.59% | 0.58% | - |
| XYZ | 17.98 | 16.52 | 6.52 | - |
| YUV | 112.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 60 | 0 | 0.30 | 0.59 | 0.42 | 30 | 0.42 | 0.41 |
| Hex | 94 | 68 | 3C | 0 | 1E | 3B | 2A | 1E | 2A | 29 |
| Octal | 224 | 150 | 74 | 0 | 36 | 73 | 52 | 36 | 52 | 51 |
| Binary | 10010100 | 1101000 | 111100 | 0 | 11110 | 111011 | 101010 | 11110 | 101010 | 101001 |
Color Harmonies of #94683C
Complementary color
Monochromatic Colors of #94683C
Black with #94683C
Text Example
Text Example
White with #94683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94683C; }
p { color: rgb(148,104,60); }
H1.HeaderClassName
{
color: #94683C;
}
.AnyTagClassName
{
color: #94683C;
}
</style>
background-color css
<style>
a { background-color: #94683C; }
a { background-color: rgb(148,104,60); }
div.DivClassName
{
background-color: #94683C;
}
.BgClassName
{
background-color: #94683C;
}
</style>
border-color css
<style>
span { border-color: #94683C; }
span { border-color: rgb(148,104,60); }
td.TdClassName
{
border-color: #94683C;
}
.TagClassName
{
border-color: #94683C;
}
</style>