Shades of Indochine #996136
Tints of Indochine #996136
RGB
CMYK
RGB Variations
Color information
#996136 (or 0x996136) is known color: Indochine. HEX triplet: 99, 61 and 36. RGB value is (153,97,54). Sum of RGB (Red+Green+Blue) = 153+97+54=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996136 is #669EC9. Grayscale: #6D6D6D. Windows color (decimal): -6725322 or 3563929. OLE color: 3563929.
HSL color Cylindrical-coordinate representation of color #996136: hue angle of 26.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996136 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 54 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.4 |
| HSL | 26.06º | 0.48% | 0.41% | - |
| HSV(B) | 26.06º | 0.65% | 0.6% | - |
| XYZ | 18.08 | 15.59 | 5.55 | - |
| YUV | 108.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 54 | 0 | 0.37 | 0.65 | 0.4 | 26.06 | 0.48 | 0.41 |
| Hex | 99 | 61 | 36 | 0 | 25 | 41 | 28 | 1A | 30 | 29 |
| Octal | 231 | 141 | 66 | 0 | 45 | 101 | 50 | 32 | 60 | 51 |
| Binary | 10011001 | 1100001 | 110110 | 0 | 100101 | 1000001 | 101000 | 11010 | 110000 | 101001 |
Color Harmonies of #996136
Complementary color
Monochromatic Colors of #996136
Black with #996136
Text Example
Text Example
White with #996136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996136; }
p { color: rgb(153,97,54); }
H1.HeaderClassName
{
color: #996136;
}
.AnyTagClassName
{
color: #996136;
}
</style>
background-color css
<style>
a { background-color: #996136; }
a { background-color: rgb(153,97,54); }
div.DivClassName
{
background-color: #996136;
}
.BgClassName
{
background-color: #996136;
}
</style>
border-color css
<style>
span { border-color: #996136; }
span { border-color: rgb(153,97,54); }
td.TdClassName
{
border-color: #996136;
}
.TagClassName
{
border-color: #996136;
}
</style>