Shades of McKenzie #96673B
Tints of McKenzie #96673B
RGB
CMYK
RGB Variations
Color information
#96673B (or 0x96673B) is known color: McKenzie. HEX triplet: 96, 67 and 3B. RGB value is (150,103,59). Sum of RGB (Red+Green+Blue) = 150+103+59=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96673B is #6998C4. Grayscale: #707070. Windows color (decimal): -6920389 or 3893142. OLE color: 3893142.
HSL color Cylindrical-coordinate representation of color #96673B: hue angle of 29.01º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96673B is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 59 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.41 |
| HSL | 29.01º | 0.44% | 0.41% | - |
| HSV(B) | 29.01º | 0.61% | 0.59% | - |
| XYZ | 18.22 | 16.5 | 6.36 | - |
| YUV | 112.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 59 | 0 | 0.31 | 0.61 | 0.41 | 29.01 | 0.44 | 0.41 |
| Hex | 96 | 67 | 3B | 0 | 1F | 3D | 29 | 1D | 2C | 29 |
| Octal | 226 | 147 | 73 | 0 | 37 | 75 | 51 | 35 | 54 | 51 |
| Binary | 10010110 | 1100111 | 111011 | 0 | 11111 | 111101 | 101001 | 11101 | 101100 | 101001 |
Color Harmonies of #96673B
Complementary color
Monochromatic Colors of #96673B
Black with #96673B
Text Example
Text Example
White with #96673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96673B; }
p { color: rgb(150,103,59); }
H1.HeaderClassName
{
color: #96673B;
}
.AnyTagClassName
{
color: #96673B;
}
</style>
background-color css
<style>
a { background-color: #96673B; }
a { background-color: rgb(150,103,59); }
div.DivClassName
{
background-color: #96673B;
}
.BgClassName
{
background-color: #96673B;
}
</style>
border-color css
<style>
span { border-color: #96673B; }
span { border-color: rgb(150,103,59); }
td.TdClassName
{
border-color: #96673B;
}
.TagClassName
{
border-color: #96673B;
}
</style>