Shades of Indochine #995A38
Tints of Indochine #995A38
RGB
CMYK
RGB Variations
Color information
#995A38 (or 0x995A38) is known color: Indochine. HEX triplet: 99, 5A and 38. RGB value is (153,90,56). Sum of RGB (Red+Green+Blue) = 153+90+56=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #995A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A38 is #66A5C7. Grayscale: #696969. Windows color (decimal): -6727112 or 3693209. OLE color: 3693209.
HSL color Cylindrical-coordinate representation of color #995A38: hue angle of 21.03º 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 #995A38 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 56 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.4 |
| HSL | 21.03º | 0.46% | 0.41% | - |
| HSV(B) | 21.03º | 0.63% | 0.6% | - |
| XYZ | 17.51 | 14.37 | 5.59 | - |
| YUV | 104.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 56 | 0 | 0.41 | 0.63 | 0.4 | 21.03 | 0.46 | 0.41 |
| Hex | 99 | 5A | 38 | 0 | 29 | 3F | 28 | 15 | 2E | 29 |
| Octal | 231 | 132 | 70 | 0 | 51 | 77 | 50 | 25 | 56 | 51 |
| Binary | 10011001 | 1011010 | 111000 | 0 | 101001 | 111111 | 101000 | 10101 | 101110 | 101001 |
Color Harmonies of #995A38
Complementary color
Monochromatic Colors of #995A38
Black with #995A38
Text Example
Text Example
White with #995A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A38; }
p { color: rgb(153,90,56); }
H1.HeaderClassName
{
color: #995A38;
}
.AnyTagClassName
{
color: #995A38;
}
</style>
background-color css
<style>
a { background-color: #995A38; }
a { background-color: rgb(153,90,56); }
div.DivClassName
{
background-color: #995A38;
}
.BgClassName
{
background-color: #995A38;
}
</style>
border-color css
<style>
span { border-color: #995A38; }
span { border-color: rgb(153,90,56); }
td.TdClassName
{
border-color: #995A38;
}
.TagClassName
{
border-color: #995A38;
}
</style>