Shades of Mai Tai #9B693C
Tints of Mai Tai #9B693C
RGB
CMYK
RGB Variations
Color information
#9B693C (or 0x9B693C) is known color: Mai Tai. HEX triplet: 9B, 69 and 3C. RGB value is (155,105,60). Sum of RGB (Red+Green+Blue) = 155+105+60=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B693C is #6496C3. Grayscale: #737373. Windows color (decimal): -6592196 or 3959195. OLE color: 3959195.
HSL color Cylindrical-coordinate representation of color #9B693C: hue angle of 28.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B693C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 60 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.39 |
| HSL | 28.42º | 0.44% | 0.42% | - |
| HSV(B) | 28.42º | 0.61% | 0.61% | - |
| XYZ | 19.38 | 17.4 | 6.61 | - |
| YUV | 114.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 60 | 0 | 0.32 | 0.61 | 0.39 | 28.42 | 0.44 | 0.42 |
| Hex | 9B | 69 | 3C | 0 | 20 | 3D | 27 | 1C | 2C | 2A |
| Octal | 233 | 151 | 74 | 0 | 40 | 75 | 47 | 34 | 54 | 52 |
| Binary | 10011011 | 1101001 | 111100 | 0 | 100000 | 111101 | 100111 | 11100 | 101100 | 101010 |
Color Harmonies of #9B693C
Complementary color
Monochromatic Colors of #9B693C
Black with #9B693C
Text Example
Text Example
White with #9B693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B693C; }
p { color: rgb(155,105,60); }
H1.HeaderClassName
{
color: #9B693C;
}
.AnyTagClassName
{
color: #9B693C;
}
</style>
background-color css
<style>
a { background-color: #9B693C; }
a { background-color: rgb(155,105,60); }
div.DivClassName
{
background-color: #9B693C;
}
.BgClassName
{
background-color: #9B693C;
}
</style>
border-color css
<style>
span { border-color: #9B693C; }
span { border-color: rgb(155,105,60); }
td.TdClassName
{
border-color: #9B693C;
}
.TagClassName
{
border-color: #9B693C;
}
</style>