#9B6138

Color #9B6138 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #9B6138

Tints of Indochine #9B6138

Color information

#9B6138 (or 0x9B6138) is unknown color: approx Indochine. HEX triplet: 9B, 61 and 38. RGB value is (155,97,56). Sum of RGB (Red+Green+Blue) = 155+97+56=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6138 is #649EC7. Grayscale: #6D6D6D. Windows color (decimal): -6594248 or 3695003. OLE color: 3695003.

HSL color Cylindrical-coordinate representation of color #9B6138: hue angle of 24.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B6138 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1559756-
CMYK00.370.640.39
HSL24.85º46.92%41.37%-
HSV(B)24.85º63.87%60.78%-
XYZ18.5115.85.82-
YUV109.6797.72160.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=50.32%
G=31.49%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155975600.370.640.3924.8546.9241.37
Hex9B61380254027192f29
Octal2331417004510047315751
Binary1001101111000011110000100101100000010011111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6138; }

 p { color: rgb(155,97,56); }

 H1.HeaderClassName
 {
   color: #9B6138;
 }
 .AnyTagClassName
 {
   color: #9B6138;
 }
</style>
background-color css

<style>
 a { background-color: #9B6138; }

 a { background-color: rgb(155,97,56); }

 div.DivClassName
 {
   background-color: #9B6138;
 }
 .BgClassName
 {
   background-color: #9B6138;
 }
</style>
border-color css

<style>
 span { border-color: #9B6138; }

 span { border-color: rgb(155,97,56); }

 td.TdClassName
 {
   border-color: #9B6138;
 }
 .TagClassName
 {
   border-color: #9B6138;
 }
</style>