Shades of McKenzie #99693A
Tints of McKenzie #99693A
RGB
CMYK
RGB Variations
Color information
#99693A (or 0x99693A) is known color: McKenzie. HEX triplet: 99, 69 and 3A. RGB value is (153,105,58). Sum of RGB (Red+Green+Blue) = 153+105+58=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99693A is #6696C5. Grayscale: #727272. Windows color (decimal): -6723270 or 3828121. OLE color: 3828121.
HSL color Cylindrical-coordinate representation of color #99693A: hue angle of 29.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99693A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 58 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.4 |
| HSL | 29.68º | 0.45% | 0.41% | - |
| HSV(B) | 29.68º | 0.62% | 0.6% | - |
| XYZ | 18.95 | 17.18 | 6.32 | - |
| YUV | 113.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 58 | 0 | 0.31 | 0.62 | 0.4 | 29.68 | 0.45 | 0.41 |
| Hex | 99 | 69 | 3A | 0 | 1F | 3E | 28 | 1E | 2D | 29 |
| Octal | 231 | 151 | 72 | 0 | 37 | 76 | 50 | 36 | 55 | 51 |
| Binary | 10011001 | 1101001 | 111010 | 0 | 11111 | 111110 | 101000 | 11110 | 101101 | 101001 |
Color Harmonies of #99693A
Complementary color
Monochromatic Colors of #99693A
Black with #99693A
Text Example
Text Example
White with #99693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99693A; }
p { color: rgb(153,105,58); }
H1.HeaderClassName
{
color: #99693A;
}
.AnyTagClassName
{
color: #99693A;
}
</style>
background-color css
<style>
a { background-color: #99693A; }
a { background-color: rgb(153,105,58); }
div.DivClassName
{
background-color: #99693A;
}
.BgClassName
{
background-color: #99693A;
}
</style>
border-color css
<style>
span { border-color: #99693A; }
span { border-color: rgb(153,105,58); }
td.TdClassName
{
border-color: #99693A;
}
.TagClassName
{
border-color: #99693A;
}
</style>