Shades of Indochine #996138
Tints of Indochine #996138
RGB
CMYK
RGB Variations
Color information
#996138 (or 0x996138) is known color: Indochine. HEX triplet: 99, 61 and 38. RGB value is (153,97,56). Sum of RGB (Red+Green+Blue) = 153+97+56=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996138 is #669EC7. Grayscale: #6D6D6D. Windows color (decimal): -6725320 or 3695001. OLE color: 3695001.
HSL color Cylindrical-coordinate representation of color #996138: hue angle of 25.36º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996138 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 56 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.4 |
| HSL | 25.36º | 0.46% | 0.41% | - |
| HSV(B) | 25.36º | 0.63% | 0.6% | - |
| XYZ | 18.13 | 15.61 | 5.8 | - |
| YUV | 109.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 56 | 0 | 0.37 | 0.63 | 0.4 | 25.36 | 0.46 | 0.41 |
| Hex | 99 | 61 | 38 | 0 | 25 | 3F | 28 | 19 | 2E | 29 |
| Octal | 231 | 141 | 70 | 0 | 45 | 77 | 50 | 31 | 56 | 51 |
| Binary | 10011001 | 1100001 | 111000 | 0 | 100101 | 111111 | 101000 | 11001 | 101110 | 101001 |
Color Harmonies of #996138
Complementary color
Monochromatic Colors of #996138
Black with #996138
Text Example
Text Example
White with #996138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996138; }
p { color: rgb(153,97,56); }
H1.HeaderClassName
{
color: #996138;
}
.AnyTagClassName
{
color: #996138;
}
</style>
background-color css
<style>
a { background-color: #996138; }
a { background-color: rgb(153,97,56); }
div.DivClassName
{
background-color: #996138;
}
.BgClassName
{
background-color: #996138;
}
</style>
border-color css
<style>
span { border-color: #996138; }
span { border-color: rgb(153,97,56); }
td.TdClassName
{
border-color: #996138;
}
.TagClassName
{
border-color: #996138;
}
</style>