Shades of Indochine #995E38
Tints of Indochine #995E38
RGB
CMYK
RGB Variations
Color information
#995E38 (or 0x995E38) is known color: Indochine. HEX triplet: 99, 5E and 38. RGB value is (153,94,56). Sum of RGB (Red+Green+Blue) = 153+94+56=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #995E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E38 is #66A1C7. Grayscale: #6B6B6B. Windows color (decimal): -6726088 or 3694233. OLE color: 3694233.
HSL color Cylindrical-coordinate representation of color #995E38: hue angle of 23.51º 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 #995E38 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 56 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.4 |
| HSL | 23.51º | 0.46% | 0.41% | - |
| HSV(B) | 23.51º | 0.63% | 0.6% | - |
| XYZ | 17.85 | 15.06 | 5.71 | - |
| YUV | 107.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 56 | 0 | 0.39 | 0.63 | 0.4 | 23.51 | 0.46 | 0.41 |
| Hex | 99 | 5E | 38 | 0 | 27 | 3F | 28 | 18 | 2E | 29 |
| Octal | 231 | 136 | 70 | 0 | 47 | 77 | 50 | 30 | 56 | 51 |
| Binary | 10011001 | 1011110 | 111000 | 0 | 100111 | 111111 | 101000 | 11000 | 101110 | 101001 |
Color Harmonies of #995E38
Complementary color
Monochromatic Colors of #995E38
Black with #995E38
Text Example
Text Example
White with #995E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E38; }
p { color: rgb(153,94,56); }
H1.HeaderClassName
{
color: #995E38;
}
.AnyTagClassName
{
color: #995E38;
}
</style>
background-color css
<style>
a { background-color: #995E38; }
a { background-color: rgb(153,94,56); }
div.DivClassName
{
background-color: #995E38;
}
.BgClassName
{
background-color: #995E38;
}
</style>
border-color css
<style>
span { border-color: #995E38; }
span { border-color: rgb(153,94,56); }
td.TdClassName
{
border-color: #995E38;
}
.TagClassName
{
border-color: #995E38;
}
</style>