Shades of McKenzie #99693F
Tints of McKenzie #99693F
RGB
CMYK
RGB Variations
Color information
#99693F (or 0x99693F) is known color: McKenzie. HEX triplet: 99, 69 and 3F. RGB value is (153,105,63). Sum of RGB (Red+Green+Blue) = 153+105+63=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #99693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99693F is #6696C0. Grayscale: #727272. Windows color (decimal): -6723265 or 4155801. OLE color: 4155801.
HSL color Cylindrical-coordinate representation of color #99693F: hue angle of 28º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99693F is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 63 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.4 |
| HSL | 28º | 0.42% | 0.42% | - |
| HSV(B) | 28º | 0.59% | 0.6% | - |
| XYZ | 19.09 | 17.23 | 7.02 | - |
| YUV | 114.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 63 | 0 | 0.31 | 0.59 | 0.4 | 28 | 0.42 | 0.42 |
| Hex | 99 | 69 | 3F | 0 | 1F | 3B | 28 | 1C | 2A | 2A |
| Octal | 231 | 151 | 77 | 0 | 37 | 73 | 50 | 34 | 52 | 52 |
| Binary | 10011001 | 1101001 | 111111 | 0 | 11111 | 111011 | 101000 | 11100 | 101010 | 101010 |
Color Harmonies of #99693F
Complementary color
Monochromatic Colors of #99693F
Black with #99693F
Text Example
Text Example
White with #99693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99693F; }
p { color: rgb(153,105,63); }
H1.HeaderClassName
{
color: #99693F;
}
.AnyTagClassName
{
color: #99693F;
}
</style>
background-color css
<style>
a { background-color: #99693F; }
a { background-color: rgb(153,105,63); }
div.DivClassName
{
background-color: #99693F;
}
.BgClassName
{
background-color: #99693F;
}
</style>
border-color css
<style>
span { border-color: #99693F; }
span { border-color: rgb(153,105,63); }
td.TdClassName
{
border-color: #99693F;
}
.TagClassName
{
border-color: #99693F;
}
</style>