Shades of Indochine #975B2C
Tints of Indochine #975B2C
RGB
CMYK
RGB Variations
Color information
#975B2C (or 0x975B2C) is known color: Indochine. HEX triplet: 97, 5B and 2C. RGB value is (151,91,44). Sum of RGB (Red+Green+Blue) = 151+91+44=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #975B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B2C is #68A4D3. Grayscale: #676767. Windows color (decimal): -6857940 or 2907031. OLE color: 2907031.
HSL color Cylindrical-coordinate representation of color #975B2C: hue angle of 26.36º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #975B2C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 44 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.41 |
| HSL | 26.36º | 0.55% | 0.38% | - |
| HSV(B) | 26.36º | 0.71% | 0.59% | - |
| XYZ | 16.96 | 14.24 | 4.24 | - |
| YUV | 103.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 44 | 0 | 0.40 | 0.71 | 0.41 | 26.36 | 0.55 | 0.38 |
| Hex | 97 | 5B | 2C | 0 | 28 | 47 | 29 | 1A | 37 | 26 |
| Octal | 227 | 133 | 54 | 0 | 50 | 107 | 51 | 32 | 67 | 46 |
| Binary | 10010111 | 1011011 | 101100 | 0 | 101000 | 1000111 | 101001 | 11010 | 110111 | 100110 |
Color Harmonies of #975B2C
Complementary color
Monochromatic Colors of #975B2C
Black with #975B2C
Text Example
Text Example
White with #975B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B2C; }
p { color: rgb(151,91,44); }
H1.HeaderClassName
{
color: #975B2C;
}
.AnyTagClassName
{
color: #975B2C;
}
</style>
background-color css
<style>
a { background-color: #975B2C; }
a { background-color: rgb(151,91,44); }
div.DivClassName
{
background-color: #975B2C;
}
.BgClassName
{
background-color: #975B2C;
}
</style>
border-color css
<style>
span { border-color: #975B2C; }
span { border-color: rgb(151,91,44); }
td.TdClassName
{
border-color: #975B2C;
}
.TagClassName
{
border-color: #975B2C;
}
</style>