Shades of Mai Tai #9C612B
Tints of Mai Tai #9C612B
RGB
CMYK
RGB Variations
Color information
#9C612B (or 0x9C612B) is known color: Mai Tai. HEX triplet: 9C, 61 and 2B. RGB value is (156,97,43). Sum of RGB (Red+Green+Blue) = 156+97+43=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C612B is #639ED4. Grayscale: #6C6C6C. Windows color (decimal): -6528725 or 2843036. OLE color: 2843036.
HSL color Cylindrical-coordinate representation of color #9C612B: hue angle of 28.67º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C612B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 43 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.39 |
| HSL | 28.67º | 0.57% | 0.39% | - |
| HSV(B) | 28.67º | 0.72% | 0.61% | - |
| XYZ | 18.42 | 15.79 | 4.36 | - |
| YUV | 108.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 43 | 0 | 0.38 | 0.72 | 0.39 | 28.67 | 0.57 | 0.39 |
| Hex | 9C | 61 | 2B | 0 | 26 | 48 | 27 | 1D | 39 | 27 |
| Octal | 234 | 141 | 53 | 0 | 46 | 110 | 47 | 35 | 71 | 47 |
| Binary | 10011100 | 1100001 | 101011 | 0 | 100110 | 1001000 | 100111 | 11101 | 111001 | 100111 |
Color Harmonies of #9C612B
Complementary color
Monochromatic Colors of #9C612B
Black with #9C612B
Text Example
Text Example
White with #9C612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C612B; }
p { color: rgb(156,97,43); }
H1.HeaderClassName
{
color: #9C612B;
}
.AnyTagClassName
{
color: #9C612B;
}
</style>
background-color css
<style>
a { background-color: #9C612B; }
a { background-color: rgb(156,97,43); }
div.DivClassName
{
background-color: #9C612B;
}
.BgClassName
{
background-color: #9C612B;
}
</style>
border-color css
<style>
span { border-color: #9C612B; }
span { border-color: rgb(156,97,43); }
td.TdClassName
{
border-color: #9C612B;
}
.TagClassName
{
border-color: #9C612B;
}
</style>