Shades of Indochine #975B3A
Tints of Indochine #975B3A
RGB
CMYK
RGB Variations
Color information
#975B3A (or 0x975B3A) is known color: Indochine. HEX triplet: 97, 5B and 3A. RGB value is (151,91,58). Sum of RGB (Red+Green+Blue) = 151+91+58=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #975B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B3A is #68A4C5. Grayscale: #696969. Windows color (decimal): -6857926 or 3824535. OLE color: 3824535.
HSL color Cylindrical-coordinate representation of color #975B3A: hue angle of 21.29º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975B3A is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 58 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.41 |
| HSL | 21.29º | 0.44% | 0.41% | - |
| HSV(B) | 21.29º | 0.62% | 0.59% | - |
| XYZ | 17.27 | 14.37 | 5.87 | - |
| YUV | 105.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 58 | 0 | 0.40 | 0.62 | 0.41 | 21.29 | 0.44 | 0.41 |
| Hex | 97 | 5B | 3A | 0 | 28 | 3E | 29 | 15 | 2C | 29 |
| Octal | 227 | 133 | 72 | 0 | 50 | 76 | 51 | 25 | 54 | 51 |
| Binary | 10010111 | 1011011 | 111010 | 0 | 101000 | 111110 | 101001 | 10101 | 101100 | 101001 |
Color Harmonies of #975B3A
Complementary color
Monochromatic Colors of #975B3A
Black with #975B3A
Text Example
Text Example
White with #975B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B3A; }
p { color: rgb(151,91,58); }
H1.HeaderClassName
{
color: #975B3A;
}
.AnyTagClassName
{
color: #975B3A;
}
</style>
background-color css
<style>
a { background-color: #975B3A; }
a { background-color: rgb(151,91,58); }
div.DivClassName
{
background-color: #975B3A;
}
.BgClassName
{
background-color: #975B3A;
}
</style>
border-color css
<style>
span { border-color: #975B3A; }
span { border-color: rgb(151,91,58); }
td.TdClassName
{
border-color: #975B3A;
}
.TagClassName
{
border-color: #975B3A;
}
</style>