Shades of Mai Tai #9B683A
Tints of Mai Tai #9B683A
RGB
CMYK
RGB Variations
Color information
#9B683A (or 0x9B683A) is known color: Mai Tai. HEX triplet: 9B, 68 and 3A. RGB value is (155,104,58). Sum of RGB (Red+Green+Blue) = 155+104+58=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B683A is #6497C5. Grayscale: #727272. Windows color (decimal): -6592454 or 3827867. OLE color: 3827867.
HSL color Cylindrical-coordinate representation of color #9B683A: hue angle of 28.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B683A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 58 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.39 |
| HSL | 28.45º | 0.46% | 0.42% | - |
| HSV(B) | 28.45º | 0.63% | 0.61% | - |
| XYZ | 19.23 | 17.17 | 6.3 | - |
| YUV | 114.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 58 | 0 | 0.33 | 0.63 | 0.39 | 28.45 | 0.46 | 0.42 |
| Hex | 9B | 68 | 3A | 0 | 21 | 3F | 27 | 1C | 2E | 2A |
| Octal | 233 | 150 | 72 | 0 | 41 | 77 | 47 | 34 | 56 | 52 |
| Binary | 10011011 | 1101000 | 111010 | 0 | 100001 | 111111 | 100111 | 11100 | 101110 | 101010 |
Color Harmonies of #9B683A
Complementary color
Monochromatic Colors of #9B683A
Black with #9B683A
Text Example
Text Example
White with #9B683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B683A; }
p { color: rgb(155,104,58); }
H1.HeaderClassName
{
color: #9B683A;
}
.AnyTagClassName
{
color: #9B683A;
}
</style>
background-color css
<style>
a { background-color: #9B683A; }
a { background-color: rgb(155,104,58); }
div.DivClassName
{
background-color: #9B683A;
}
.BgClassName
{
background-color: #9B683A;
}
</style>
border-color css
<style>
span { border-color: #9B683A; }
span { border-color: rgb(155,104,58); }
td.TdClassName
{
border-color: #9B683A;
}
.TagClassName
{
border-color: #9B683A;
}
</style>