Shades of Indochine #975E38
Tints of Indochine #975E38
RGB
CMYK
RGB Variations
Color information
#975E38 (or 0x975E38) is known color: Indochine. HEX triplet: 97, 5E and 38. RGB value is (151,94,56). Sum of RGB (Red+Green+Blue) = 151+94+56=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #975E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E38 is #68A1C7. Grayscale: #6A6A6A. Windows color (decimal): -6857160 or 3694231. OLE color: 3694231.
HSL color Cylindrical-coordinate representation of color #975E38: hue angle of 24º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #975E38 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 56 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.41 |
| HSL | 24º | 0.46% | 0.41% | - |
| HSV(B) | 24º | 0.63% | 0.59% | - |
| XYZ | 17.48 | 14.87 | 5.69 | - |
| YUV | 106.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 56 | 0 | 0.38 | 0.63 | 0.41 | 24 | 0.46 | 0.41 |
| Hex | 97 | 5E | 38 | 0 | 26 | 3F | 29 | 18 | 2E | 29 |
| Octal | 227 | 136 | 70 | 0 | 46 | 77 | 51 | 30 | 56 | 51 |
| Binary | 10010111 | 1011110 | 111000 | 0 | 100110 | 111111 | 101001 | 11000 | 101110 | 101001 |
Color Harmonies of #975E38
Complementary color
Monochromatic Colors of #975E38
Black with #975E38
Text Example
Text Example
White with #975E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E38; }
p { color: rgb(151,94,56); }
H1.HeaderClassName
{
color: #975E38;
}
.AnyTagClassName
{
color: #975E38;
}
</style>
background-color css
<style>
a { background-color: #975E38; }
a { background-color: rgb(151,94,56); }
div.DivClassName
{
background-color: #975E38;
}
.BgClassName
{
background-color: #975E38;
}
</style>
border-color css
<style>
span { border-color: #975E38; }
span { border-color: rgb(151,94,56); }
td.TdClassName
{
border-color: #975E38;
}
.TagClassName
{
border-color: #975E38;
}
</style>