#9B6337

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

Shades of Indochine #9B6337

Tints of Indochine #9B6337

Color information

#9B6337 (or 0x9B6337) is unknown color: approx Indochine. HEX triplet: 9B, 63 and 37. RGB value is (155,99,55). Sum of RGB (Red+Green+Blue) = 155+99+55=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6337 is #649CC8. Grayscale: #6E6E6E. Windows color (decimal): -6593737 or 3629979. OLE color: 3629979.

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

Color convert

RGB1559955-
CMYK00.360.650.39
HSL26.4º47.62%41.18%-
HSV(B)26.4º64.52%60.78%-
XYZ18.6716.175.75-
YUV110.7396.55159.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=50.16%
G=32.04%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155995500.360.650.3926.447.6241.18
Hex9B633702441271a3029
Octal2331436704410147326051
Binary1001101111000111101110100100100000110011111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,55); }

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

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

 a { background-color: rgb(155,99,55); }

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

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

 span { border-color: rgb(155,99,55); }

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