Shades of Indochine #975C34
Tints of Indochine #975C34
RGB
CMYK
RGB Variations
Color information
#975C34 (or 0x975C34) is known color: Indochine. HEX triplet: 97, 5C and 34. RGB value is (151,92,52). Sum of RGB (Red+Green+Blue) = 151+92+52=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #975C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C34 is #68A3CB. Grayscale: #696969. Windows color (decimal): -6857676 or 3431575. OLE color: 3431575.
HSL color Cylindrical-coordinate representation of color #975C34: hue angle of 24.24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975C34 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 52 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.41 |
| HSL | 24.24º | 0.49% | 0.4% | - |
| HSV(B) | 24.24º | 0.66% | 0.59% | - |
| XYZ | 17.21 | 14.48 | 5.14 | - |
| YUV | 105.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 52 | 0 | 0.39 | 0.66 | 0.41 | 24.24 | 0.49 | 0.4 |
| Hex | 97 | 5C | 34 | 0 | 27 | 42 | 29 | 18 | 31 | 28 |
| Octal | 227 | 134 | 64 | 0 | 47 | 102 | 51 | 30 | 61 | 50 |
| Binary | 10010111 | 1011100 | 110100 | 0 | 100111 | 1000010 | 101001 | 11000 | 110001 | 101000 |
Color Harmonies of #975C34
Complementary color
Monochromatic Colors of #975C34
Black with #975C34
Text Example
Text Example
White with #975C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C34; }
p { color: rgb(151,92,52); }
H1.HeaderClassName
{
color: #975C34;
}
.AnyTagClassName
{
color: #975C34;
}
</style>
background-color css
<style>
a { background-color: #975C34; }
a { background-color: rgb(151,92,52); }
div.DivClassName
{
background-color: #975C34;
}
.BgClassName
{
background-color: #975C34;
}
</style>
border-color css
<style>
span { border-color: #975C34; }
span { border-color: rgb(151,92,52); }
td.TdClassName
{
border-color: #975C34;
}
.TagClassName
{
border-color: #975C34;
}
</style>