Shades of McKenzie #94643D
Tints of McKenzie #94643D
RGB
CMYK
RGB Variations
Color information
#94643D (or 0x94643D) is known color: McKenzie. HEX triplet: 94, 64 and 3D. RGB value is (148,100,61). Sum of RGB (Red+Green+Blue) = 148+100+61=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94643D is #6B9BC2. Grayscale: #6E6E6E. Windows color (decimal): -7052227 or 4023444. OLE color: 4023444.
HSL color Cylindrical-coordinate representation of color #94643D: hue angle of 26.9º 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 #94643D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 61 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.42 |
| HSL | 26.9º | 0.42% | 0.41% | - |
| HSV(B) | 26.9º | 0.59% | 0.58% | - |
| XYZ | 17.61 | 15.75 | 6.53 | - |
| YUV | 109.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 61 | 0 | 0.32 | 0.59 | 0.42 | 26.9 | 0.42 | 0.41 |
| Hex | 94 | 64 | 3D | 0 | 20 | 3B | 2A | 1B | 2A | 29 |
| Octal | 224 | 144 | 75 | 0 | 40 | 73 | 52 | 33 | 52 | 51 |
| Binary | 10010100 | 1100100 | 111101 | 0 | 100000 | 111011 | 101010 | 11011 | 101010 | 101001 |
Color Harmonies of #94643D
Complementary color
Monochromatic Colors of #94643D
Black with #94643D
Text Example
Text Example
White with #94643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94643D; }
p { color: rgb(148,100,61); }
H1.HeaderClassName
{
color: #94643D;
}
.AnyTagClassName
{
color: #94643D;
}
</style>
background-color css
<style>
a { background-color: #94643D; }
a { background-color: rgb(148,100,61); }
div.DivClassName
{
background-color: #94643D;
}
.BgClassName
{
background-color: #94643D;
}
</style>
border-color css
<style>
span { border-color: #94643D; }
span { border-color: rgb(148,100,61); }
td.TdClassName
{
border-color: #94643D;
}
.TagClassName
{
border-color: #94643D;
}
</style>