#9B6238

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

Shades of Indochine #9B6238

Tints of Indochine #9B6238

Color information

#9B6238 (or 0x9B6238) is unknown color: approx Indochine. HEX triplet: 9B, 62 and 38. RGB value is (155,98,56). Sum of RGB (Red+Green+Blue) = 155+98+56=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6238 is #649DC7. Grayscale: #6E6E6E. Windows color (decimal): -6593992 or 3695259. OLE color: 3695259.

HSL color Cylindrical-coordinate representation of color #9B6238: hue angle of 25.45º 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 #9B6238 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1559856-
CMYK00.370.640.39
HSL25.45º46.92%41.37%-
HSV(B)25.45º63.87%60.78%-
XYZ18.615.995.85-
YUV110.2697.38159.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=50.16%
G=31.72%
B=18.12%

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
Decimal155985600.370.640.3925.4546.9241.37
Hex9B62380254027192f29
Octal2331427004510047315751
Binary1001101111000101110000100101100000010011111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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