Shades of Indochine #985C34
Tints of Indochine #985C34
RGB
CMYK
RGB Variations
Color information
#985C34 (or 0x985C34) is known color: Indochine. HEX triplet: 98, 5C and 34. RGB value is (152,92,52). Sum of RGB (Red+Green+Blue) = 152+92+52=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #985C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C34 is #67A3CB. Grayscale: #696969. Windows color (decimal): -6792140 or 3431576. OLE color: 3431576.
HSL color Cylindrical-coordinate representation of color #985C34: hue angle of 24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #985C34 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 52 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.40 |
| HSL | 24º | 0.49% | 0.4% | - |
| HSV(B) | 24º | 0.66% | 0.6% | - |
| XYZ | 17.4 | 14.58 | 5.15 | - |
| YUV | 105.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 52 | 0 | 0.39 | 0.66 | 0.40 | 24 | 0.49 | 0.4 |
| Hex | 98 | 5C | 34 | 0 | 27 | 42 | 28 | 18 | 31 | 28 |
| Octal | 230 | 134 | 64 | 0 | 47 | 102 | 50 | 30 | 61 | 50 |
| Binary | 10011000 | 1011100 | 110100 | 0 | 100111 | 1000010 | 101000 | 11000 | 110001 | 101000 |
Color Harmonies of #985C34
Complementary color
Monochromatic Colors of #985C34
Black with #985C34
Text Example
Text Example
White with #985C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C34; }
p { color: rgb(152,92,52); }
H1.HeaderClassName
{
color: #985C34;
}
.AnyTagClassName
{
color: #985C34;
}
</style>
background-color css
<style>
a { background-color: #985C34; }
a { background-color: rgb(152,92,52); }
div.DivClassName
{
background-color: #985C34;
}
.BgClassName
{
background-color: #985C34;
}
</style>
border-color css
<style>
span { border-color: #985C34; }
span { border-color: rgb(152,92,52); }
td.TdClassName
{
border-color: #985C34;
}
.TagClassName
{
border-color: #985C34;
}
</style>